smarttime/ts/smarttime.plugins.ts

12 lines
287 B
TypeScript
Raw Normal View History

// @pushrocks scope
2020-05-25 21:45:43 +00:00
import * as smartdelay from '@pushrocks/smartdelay';
2018-07-12 22:03:08 +00:00
import * as smartpromise from '@pushrocks/smartpromise';
2017-08-21 12:28:59 +00:00
2020-05-25 21:45:43 +00:00
export { smartdelay, smartpromise };
// third parties
2020-05-25 21:45:43 +00:00
import cronParser from 'cron-parser';
import * as luxon from 'luxon';
2020-05-25 21:45:43 +00:00
export { cronParser, luxon };