typedrequest/ts/plugins.ts

14 lines
478 B
TypeScript
Raw Normal View History

2019-08-22 14:44:44 +00:00
// apiglobal scope
2023-08-04 14:10:47 +00:00
import * as typedRequestInterfaces from '@api.global/typedrequest-interfaces';
2019-08-22 14:44:44 +00:00
2019-08-23 12:35:50 +00:00
export { typedRequestInterfaces };
2019-08-22 14:44:44 +00:00
// pushrocks scope
2023-08-04 14:10:47 +00:00
import * as isounique from '@push.rocks/isounique';
import * as lik from '@push.rocks/lik';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartpromise from '@push.rocks/smartpromise';
import * as webrequest from '@push.rocks/webrequest';
2019-08-22 14:44:44 +00:00
2020-07-14 16:37:44 +00:00
export { isounique, lik, smartdelay, smartpromise, webrequest };