taskbuffer/ts/taskbuffer.plugins.ts
2019-09-08 22:45:36 +02:00

9 lines
318 B
TypeScript

import * as smartlog from '@pushrocks/smartlog';
import cron from 'cron';
import * as lik from '@pushrocks/lik';
import * as rxjs from 'rxjs';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartdelay from '@pushrocks/smartdelay';
export { smartlog, cron, lik, rxjs, smartpromise, smartdelay };