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

12 lines
287 B
TypeScript

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