typedrequest/ts/typedrequest.plugins.ts
2020-02-11 18:55:07 +00:00

13 lines
407 B
TypeScript

// apiglobal scope
import * as typedRequestInterfaces from '@apiglobal/typedrequest-interfaces';
export { typedRequestInterfaces };
// pushrocks scope
import * as lik from '@pushrocks/lik';
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartrequest from '@pushrocks/smartrequest';
import * as smartjson from '@pushrocks/smartjson';
export { lik, smartdelay, smartrequest, smartjson };