fix(core): update
This commit is contained in:
12
ts/index.ts
12
ts/index.ts
@@ -1,7 +1,7 @@
|
||||
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 * 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';
|
||||
|
||||
export { IMongoDescriptor } from './interfaces';
|
||||
export type { IMongoDescriptor } from './interfaces/index.js';
|
||||
|
Reference in New Issue
Block a user