smarttime/ts/smarttime.plugins.ts

5 lines
125 B
TypeScript
Raw Normal View History

2018-03-11 15:44:32 +00:00
import * as moment from 'moment';
2018-07-12 22:03:08 +00:00
import * as smartpromise from '@pushrocks/smartpromise';
2017-08-21 12:28:59 +00:00
2018-07-12 22:03:08 +00:00
export { moment, smartpromise };