tink/ts/tink.plugins.ts

7 lines
239 B
TypeScript
Raw Permalink Normal View History

2022-02-15 15:51:16 +00:00
// @pushrocks scope
import * as smartdelay from '@pushrocks/smartdelay';
2022-02-15 15:51:16 +00:00
import * as smartrequest from '@pushrocks/smartrequest';
import * as smartpromise from '@pushrocks/smartpromise';
2022-02-15 15:51:16 +00:00
export { smartdelay, smartrequest, smartpromise };