smartdata/ts/index.ts

8 lines
299 B
TypeScript
Raw Normal View History

2022-05-16 22:33:44 +00:00
export * from './smartdata.classes.db.js';
export * from './smartdata.classes.collection.js';
export * from './smartdata.classes.doc.js';
export * from './smartdata.classes.easystore.js';
export * from './smartdata.classes.cursor.js';
2019-01-08 11:38:59 +00:00
2022-05-16 22:33:44 +00:00
export type { IMongoDescriptor } from './interfaces/index.js';