fix(core): update

This commit is contained in:
2023-06-24 23:57:34 +02:00
parent ed3b19abc5
commit 902fab4cc0
5 changed files with 1750 additions and 1398 deletions

View File

@ -4,7 +4,7 @@ import { ObjectMap } from '@pushrocks/lik';
import { SmartdataDb } from './smartdata.classes.db.js';
import { SmartdataDbCursor } from './smartdata.classes.cursor.js';
import { IManager, SmartdataCollection } from './smartdata.classes.collection.js';
import { type IManager, SmartdataCollection } from './smartdata.classes.collection.js';
import { SmartdataDbWatcher } from './smartdata.classes.watcher.js';
export type TDocCreation = 'db' | 'new' | 'mixed';