typedrequest/ts/plugins.ts

16 lines
610 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';
import * as smartpromise from '@push.rocks/smartpromise';
import * as webrequest from '@push.rocks/webrequest';
2024-02-29 18:50:25 +00:00
import * as webstream from '@push.rocks/webstream';
2019-08-22 14:44:44 +00:00
2024-02-29 18:50:25 +00:00
export { isounique, lik, smartbuffer, smartdelay, smartpromise, webrequest, webstream };