2020-09-19 14:58:06 +00:00
|
|
|
// pushrocks scope
|
2020-10-17 16:38:22 +00:00
|
|
|
import * as lik from '@pushrocks/lik';
|
2022-05-28 10:33:10 +00:00
|
|
|
import * as smartenv from '@pushrocks/smartenv';
|
2020-10-17 16:38:22 +00:00
|
|
|
import * as smartjson from '@pushrocks/smartjson';
|
2020-09-19 14:58:06 +00:00
|
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
2020-10-17 16:38:22 +00:00
|
|
|
import * as smartrx from '@pushrocks/smartrx';
|
2020-09-19 14:58:06 +00:00
|
|
|
|
2022-05-28 10:33:10 +00:00
|
|
|
export { lik, smartenv, smartjson, smartpromise, smartrx };
|
2020-10-17 16:38:22 +00:00
|
|
|
|
|
|
|
// apiglobal scope
|
|
|
|
import * as typedrequestInterfaces from '@apiglobal/typedrequest-interfaces';
|
|
|
|
|
|
|
|
export { typedrequestInterfaces };
|
2020-09-19 14:58:06 +00:00
|
|
|
|
|
|
|
// thirdparty scope
|
2020-07-09 22:30:33 +00:00
|
|
|
import * as idb from 'idb';
|
|
|
|
|
2020-09-18 10:12:02 +00:00
|
|
|
export { idb };
|