smarttime/dist/index.d.ts

6 lines
223 B
TypeScript
Raw Normal View History

2017-08-16 12:29:12 +00:00
export * from './smarttime.classes.hrtmeasurement';
2018-03-11 15:44:32 +00:00
export * from './smarttime.classes.timer';
2017-08-16 12:29:12 +00:00
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';