smarttime/ts/smarttime.plugins.ts

11 lines
208 B
TypeScript
Raw Normal View History

// @pushrocks scope
2018-07-12 22:03:08 +00:00
import * as smartpromise from '@pushrocks/smartpromise';
2017-08-21 12:28:59 +00:00
export { smartpromise };
// third parties
import * as luxon from 'luxon';
2019-04-10 09:34:30 +00:00
import * as cron from 'cron';
2019-04-10 09:34:30 +00:00
export { luxon, cron };