From f94363cf311306416c47d0b479108d222b6cb4ec Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 12 Nov 2021 19:32:54 +0100 Subject: [PATCH] fix(core): update --- ts/index.ts | 1 + 1 file changed, 1 insertion(+) 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';