add moment

This commit is contained in:
2017-08-21 14:28:59 +02:00
parent ca6367686e
commit d227d857b4
8 changed files with 22 additions and 2 deletions

View File

@ -3,3 +3,5 @@ import * as plugins from './smarttime.plugins'
export * from './smarttime.classes.hrtmeasurement'
export * from './smarttime.classes.timestamp'
export * from './smarttime.units'
export { moment } from './smarttime.plugins'

View File

@ -1 +1,7 @@
import 'typings-global'
import * as moment from 'moment'
export {
moment
}