tink/ts/tink.plugins.ts

8 lines
298 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';
import * as smarturl from '@pushrocks/smarturl';
2022-02-15 15:51:16 +00:00
export { smartdelay, smartrequest, smartpromise, smarturl };