smartdata/ts/index.ts

5 lines
178 B
TypeScript
Raw Normal View History

export * from './smartdata.classes.db';
2018-07-09 22:02:04 +00:00
export * from './smartdata.classes.collection';
export * from './smartdata.classes.doc';
2019-01-08 11:38:59 +00:00
export { IMongoDescriptor } from './interfaces';