smarttime/ts/smarttime.plugins.ts
2020-07-11 23:36:24 +00:00

13 lines
313 B
TypeScript

// @pushrocks scope
import * as lik from '@pushrocks/lik';
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartpromise from '@pushrocks/smartpromise';
export { lik, smartdelay, smartpromise };
// third parties
import croner from 'croner';
import dayjs from 'dayjs';
export { croner, dayjs };