smartdata/ts/index.ts
2021-10-16 19:54:05 +02:00

7 lines
226 B
TypeScript

export * from './smartdata.classes.db';
export * from './smartdata.classes.collection';
export * from './smartdata.classes.doc';
export * from './smartdata.classes.easystore';
export { IMongoDescriptor } from './interfaces';