Files
smartdb/ts/ts_smartdb/server/index.ts

4 lines
142 B
TypeScript
Raw Normal View History

2026-03-26 16:03:25 +00:00
// Server module exports
export { SmartdbServer } from './SmartdbServer.js';
export type { ISmartdbServerOptions } from './SmartdbServer.js';