smarttime/ts/index.ts

9 lines
273 B
TypeScript
Raw Normal View History

2018-03-11 15:44:32 +00:00
import * as plugins from './smarttime.plugins';
2017-08-15 17:28:23 +00:00
2018-03-11 15:44:32 +00:00
export * from './smarttime.classes.hrtmeasurement';
export * from './smarttime.classes.timer';
export * from './smarttime.classes.timestamp';
export * from './smarttime.units';
2017-08-21 12:28:59 +00:00
2018-03-11 15:44:32 +00:00
export { moment } from './smarttime.plugins';