taskbuffer/ts/taskbuffer.plugins.ts

9 lines
369 B
TypeScript
Raw Normal View History

2018-08-04 15:53:22 +00:00
import * as smartlog from '@pushrocks/smartlog';
import * as lik from '@pushrocks/lik';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartdelay from '@pushrocks/smartdelay';
2020-07-12 02:40:45 +00:00
import * as smartrx from '@pushrocks/smartrx';
2020-07-12 00:48:51 +00:00
import * as smarttime from '@pushrocks/smarttime';
2017-01-19 16:26:35 +00:00
2020-07-12 02:40:45 +00:00
export { smartlog, lik, smartpromise, smartdelay, smartrx, smarttime };