smarttime/ts/smarttime.plugins.ts
2019-04-10 11:34:30 +02:00

11 lines
208 B
TypeScript

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