4 lines
142 B
TypeScript
4 lines
142 B
TypeScript
// Server module exports
|
|
export { SmartdbServer } from './SmartdbServer.js';
|
|
export type { ISmartdbServerOptions } from './SmartdbServer.js';
|