smarttime/dist/index.d.ts

5 lines
180 B
TypeScript
Raw Normal View History

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';