smarttime/ts/index.ts
2017-08-21 14:28:59 +02:00

8 lines
225 B
TypeScript

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'