smarttime/ts/smarttime.plugins.ts

10 lines
172 B
TypeScript

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