6 lines
179 B
TypeScript
6 lines
179 B
TypeScript
export * from './smartdata.classes.db';
|
|
export * from './smartdata.classes.collection';
|
|
export * from './smartdata.classes.doc';
|
|
|
|
export { IMongoDescriptor } from './interfaces';
|