tink/ts/tink.plugins.ts

8 lines
302 B
TypeScript
Raw Normal View History

2022-02-15 15:51:16 +00:00
// @pushrocks scope
2024-04-08 12:51:50 +00:00
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartrequest from '@push.rocks/smartrequest';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smarturl from '@push.rocks/smarturl';
2022-02-15 15:51:16 +00:00
export { smartdelay, smartrequest, smartpromise, smarturl };