smartclickhouse/ts/smartclickhouse.plugins.ts
2024-06-14 16:33:00 +02:00

10 lines
422 B
TypeScript

// @pushrocks scope
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartobject from '@push.rocks/smartobject';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrx from '@push.rocks/smartrx';
import * as smarturl from '@push.rocks/smarturl';
import * as webrequest from '@push.rocks/webrequest';
export { smartdelay, smartobject, smartpromise, smartrx, smarturl, webrequest };