typedrequest/ts/typedrequest.plugins.ts

14 lines
472 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
2020-07-14 02:20:15 +00:00
import * as isounique from '@pushrocks/isounique';
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';
2020-07-14 16:37:44 +00:00
import * as smartpromise from '@pushrocks/smartpromise';
2020-06-25 23:53:05 +00:00
import * as webrequest from '@pushrocks/webrequest';
2019-08-22 14:44:44 +00:00
2020-07-14 16:37:44 +00:00
export { isounique, lik, smartdelay, smartpromise, webrequest };