update to latest standards
This commit is contained in:
11
ts/index.ts
11
ts/index.ts
@@ -1,7 +1,8 @@
|
||||
import * as plugins from './smarttime.plugins'
|
||||
import * as plugins from './smarttime.plugins';
|
||||
|
||||
export * from './smarttime.classes.hrtmeasurement'
|
||||
export * from './smarttime.classes.timestamp'
|
||||
export * from './smarttime.units'
|
||||
export * from './smarttime.classes.hrtmeasurement';
|
||||
export * from './smarttime.classes.timer';
|
||||
export * from './smarttime.classes.timestamp';
|
||||
export * from './smarttime.units';
|
||||
|
||||
export { moment } from './smarttime.plugins'
|
||||
export { moment } from './smarttime.plugins';
|
||||
|
||||
Reference in New Issue
Block a user