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

2
ts/ts_local/index.ts Normal file
View File

@@ -0,0 +1,2 @@
export { LocalSmartDb } from './classes.localsmartdb.js';
export type { ILocalSmartDbOptions, ILocalSmartDbConnectionInfo } from './classes.localsmartdb.js';