taskbuffer/ts/taskbuffer.plugins.ts
2023-01-07 19:05:29 +01:00

10 lines
431 B
TypeScript

import * as isounique from '@pushrocks/isounique';
import * as lik from '@pushrocks/lik';
import * as smartlog from '@pushrocks/smartlog';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartrx from '@pushrocks/smartrx';
import * as smarttime from '@pushrocks/smarttime';
export { isounique, lik, smartlog, smartpromise, smartdelay, smartrx, smarttime };