smartdata/ts/index.ts

6 lines
179 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
2019-02-13 21:08:58 +00:00
export { IMongoDescriptor } from './interfaces';