diff --git a/ts/index.ts b/ts/index.ts index 274345d..ba0eaf7 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -2,5 +2,6 @@ export * from './smartdata.classes.db'; export * from './smartdata.classes.collection'; export * from './smartdata.classes.doc'; export * from './smartdata.classes.easystore'; +export * from './smartdata.classes.cursor'; export { IMongoDescriptor } from './interfaces';