first implementation

This commit is contained in:
2017-08-16 14:29:12 +02:00
parent e81188e756
commit 5a8214413c
10 changed files with 255 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
import * as plugins from './smarttime.plugins'
export let standardExport = 'Hi there! :) This is a exported string'
export * from './smarttime.classes.hrtmeasurement'
export * from './smarttime.classes.timestamp'