typedrequest/ts/plugins.ts

16 lines
613 B
TypeScript
Raw Normal View History

2019-08-22 16:44:44 +02:00
// apiglobal scope
2023-08-04 16:10:47 +02:00
import * as typedRequestInterfaces from '@api.global/typedrequest-interfaces';
2019-08-22 16:44:44 +02:00
2019-08-23 14:35:50 +02:00
export { typedRequestInterfaces };
2019-08-22 16:44:44 +02:00
// pushrocks scope
2023-08-04 16:10:47 +02:00
import * as isounique from '@push.rocks/isounique';
import * as lik from '@push.rocks/lik';
2024-02-25 01:54:01 +01:00
import * as smartbuffer from '@push.rocks/smartbuffer';
2023-08-04 16:10:47 +02:00
import * as smartdelay from '@push.rocks/smartdelay';
2024-05-30 19:01:39 +02:00
import * as smartguard from '@push.rocks/smartguard';
2023-08-04 16:10:47 +02:00
import * as smartpromise from '@push.rocks/smartpromise';
import * as webrequest from '@push.rocks/webrequest';
2019-08-22 16:44:44 +02:00
2024-05-30 19:01:39 +02:00
export { isounique, lik, smartbuffer, smartdelay, smartguard, smartpromise, webrequest };