fix(core): update

This commit is contained in:
2020-10-17 16:38:22 +00:00
parent 00964a7db1
commit 115d461d29
6 changed files with 720 additions and 791 deletions

View File

@@ -1,9 +1,15 @@
// pushrocks scope
import * as lik from '@pushrocks/lik';
import * as smartjson from '@pushrocks/smartjson';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartrx from '@pushrocks/smartrx';
export {
smartpromise
};
export { lik, smartjson, smartpromise, smartrx };
// apiglobal scope
import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
export { typedrequestInterfaces };
// thirdparty scope
import * as idb from 'idb';