webstore/ts/webstore.plugins.ts

18 lines
464 B
TypeScript
Raw Normal View History

2020-09-19 14:58:06 +00:00
// pushrocks scope
2020-10-17 16:38:22 +00:00
import * as lik from '@pushrocks/lik';
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
2020-10-17 16:38:22 +00:00
export { lik, smartjson, smartpromise, smartrx };
// 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 };