fix(core): update

This commit is contained in:
2021-10-16 19:54:05 +02:00
parent 5c8dffdd9c
commit e10f6585a5
4 changed files with 161 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
export * from './smartdata.classes.db';
export * from './smartdata.classes.collection';
export * from './smartdata.classes.doc';
export * from './smartdata.classes.easystore';
export { IMongoDescriptor } from './interfaces';