This commit is contained in:
2026-03-26 16:03:25 +00:00
commit 941e638f8d
49 changed files with 20022 additions and 0 deletions

11
ts/index.ts Normal file
View 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 };