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