smartdata/ts/index.ts

8 lines
270 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';
2021-10-16 17:54:05 +00:00
export * from './smartdata.classes.easystore';
2021-11-12 18:32:54 +00:00
export * from './smartdata.classes.cursor';
2019-01-08 11:38:59 +00:00
2019-02-13 21:08:58 +00:00
export { IMongoDescriptor } from './interfaces';