Files
webstore/ts/webstore.plugins.ts

19 lines
538 B
TypeScript
Raw Permalink Normal View History

2020-09-19 14:58:06 +00:00
// pushrocks scope
2023-07-27 13:51:40 +02:00
import * as lik from '@push.rocks/lik';
import * as smartenv from '@push.rocks/smartenv';
import * as smartjson from '@push.rocks/smartjson';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrx from '@push.rocks/smartrx';
2020-09-19 14:58:06 +00:00
2022-05-28 12:33:10 +02:00
export { lik, smartenv, smartjson, smartpromise, smartrx };
2020-10-17 16:38:22 +00:00
// apiglobal scope
2024-05-25 02:02:44 +02:00
import * as typedrequestInterfaces from '@api.global/typedrequest-interfaces';
2020-10-17 16:38:22 +00:00
export { typedrequestInterfaces };
2020-09-19 14:58:06 +00:00
// thirdparty scope
2024-05-17 16:36:56 +02:00
import * as idb from '@tempfix/idb';
2020-07-09 22:30:33 +00:00
2020-09-18 10:12:02 +00:00
export { idb };