smarttime/ts/index.ts

8 lines
225 B
TypeScript
Raw Normal View History

2017-08-15 17:28:23 +00:00
import * as plugins from './smarttime.plugins'
2017-08-16 12:29:12 +00:00
export * from './smarttime.classes.hrtmeasurement'
export * from './smarttime.classes.timestamp'
2017-08-16 14:24:56 +00:00
export * from './smarttime.units'
2017-08-21 12:28:59 +00:00
export { moment } from './smarttime.plugins'