fix(core): update

This commit is contained in:
2020-09-19 14:58:06 +00:00
parent 938207f1c5
commit 5c805e57a2
4 changed files with 22 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
// pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
export {
smartpromise
};
// thirdparty scope
import * as idb from 'idb';
export { idb };