typedrequest/ts/plugins.ts

16 lines
613 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';
2024-02-25 00:54:01 +00:00
import * as smartbuffer from '@push.rocks/smartbuffer';
2023-08-04 14:10:47 +00:00
import * as smartdelay from '@push.rocks/smartdelay';
2024-05-30 17:01:39 +00:00
import * as smartguard from '@push.rocks/smartguard';
2023-08-04 14:10:47 +00:00
import * as smartpromise from '@push.rocks/smartpromise';
import * as webrequest from '@push.rocks/webrequest';
2019-08-22 14:44:44 +00:00
2024-05-30 17:01:39 +00:00
export { isounique, lik, smartbuffer, smartdelay, smartguard, smartpromise, webrequest };