typedrequest/ts/typedrequest.plugins.ts

13 lines
407 B
TypeScript
Raw Normal View History

2019-08-22 14:44:44 +00:00
// apiglobal scope
import * as typedRequestInterfaces from '@apiglobal/typedrequest-interfaces';
2019-08-23 12:35:50 +00:00
export { typedRequestInterfaces };
2019-08-22 14:44:44 +00:00
// pushrocks scope
2019-08-25 15:19:12 +00:00
import * as lik from '@pushrocks/lik';
2020-02-11 18:55:07 +00:00
import * as smartdelay from '@pushrocks/smartdelay';
2019-08-22 14:44:44 +00:00
import * as smartrequest from '@pushrocks/smartrequest';
2019-08-25 15:19:12 +00:00
import * as smartjson from '@pushrocks/smartjson';
2019-08-22 14:44:44 +00:00
2020-02-11 18:55:07 +00:00
export { lik, smartdelay, smartrequest, smartjson };