smarttime/dist_ts/smarttime.plugins.d.ts
2020-05-25 21:45:43 +00:00

7 lines
247 B
TypeScript

import * as smartdelay from '@pushrocks/smartdelay';
import * as smartpromise from '@pushrocks/smartpromise';
export { smartdelay, smartpromise };
import cronParser from 'cron-parser';
import * as luxon from 'luxon';
export { cronParser, luxon };