smartdata/ts/index.ts

7 lines
226 B
TypeScript
Raw Normal View History

export * from './smartdata.classes.db';
2018-07-10 00:02:04 +02:00
export * from './smartdata.classes.collection';
export * from './smartdata.classes.doc';
2021-10-16 19:54:05 +02:00
export * from './smartdata.classes.easystore';
2019-01-08 12:38:59 +01:00
2019-02-13 22:08:58 +01:00
export { IMongoDescriptor } from './interfaces';