taskbuffer/ts/taskbuffer.plugins.ts

9 lines
318 B
TypeScript
Raw Normal View History

2018-08-04 15:53:22 +00:00
import * as smartlog from '@pushrocks/smartlog';
2019-09-08 20:45:36 +00:00
import cron from 'cron';
2018-08-04 15:53:22 +00:00
import * as lik from '@pushrocks/lik';
import * as rxjs from 'rxjs';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartdelay from '@pushrocks/smartdelay';
2017-01-19 16:26:35 +00:00
2018-08-04 15:53:22 +00:00
export { smartlog, cron, lik, rxjs, smartpromise, smartdelay };