add moment
This commit is contained in:
@ -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'
|
||||
|
@ -1 +1,7 @@
|
||||
import 'typings-global'
|
||||
|
||||
import * as moment from 'moment'
|
||||
|
||||
export {
|
||||
moment
|
||||
}
|
||||
|
Reference in New Issue
Block a user