fix(core): update

This commit is contained in:
Philipp Kunz 2021-11-12 19:32:54 +01:00
parent df02e5bb71
commit f94363cf31

View File

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