initial
This commit is contained in:
11
ts/index.ts
Normal file
11
ts/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { commitinfo } from './00_commitinfo_data.js';
|
||||
|
||||
// Export core SmartDB module
|
||||
export * from './ts_smartdb/index.js';
|
||||
|
||||
// Export LocalSmartDb
|
||||
export { LocalSmartDb } from './ts_local/index.js';
|
||||
export type { ILocalSmartDbOptions, ILocalSmartDbConnectionInfo } from './ts_local/index.js';
|
||||
|
||||
// Export commitinfo
|
||||
export { commitinfo };
|
||||
Reference in New Issue
Block a user