feat(core): now retrieves classes properly

This commit is contained in:
2018-01-14 17:32:04 +01:00
parent e2d12f8c9c
commit d2ca108ef8
21 changed files with 484 additions and 398 deletions

View File

@@ -1,3 +1,3 @@
export * from './smartdata.classes.db'
export * from './smartdata.classes.dbcollection'
export * from './smartdata.classes.dbdoc'
export * from "./smartdata.classes.db";
export * from "./smartdata.classes.dbtable";
export * from "./smartdata.classes.dbdoc";