feat(localtsmdb): export ILocalTsmDbConnectionInfo and expand LocalTsmDb/TsmDB documentation and examples

This commit is contained in:
2026-02-03 16:48:50 +00:00
parent 1ff4d219af
commit b72174ca7b
4 changed files with 127 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ export * as tsmdb from './ts_tsmdb/index.js';
// Export LocalTsmDb from ts_local
export { LocalTsmDb } from './ts_local/index.js';
export type { ILocalTsmDbOptions } from './ts_local/index.js';
export type { ILocalTsmDbOptions, ILocalTsmDbConnectionInfo } from './ts_local/index.js';
// Export commitinfo
export { commitinfo };