Files
smartchat/ts_cli/index.ts
T

3 lines
121 B
TypeScript
Raw Permalink Normal View History

export { startChat } from './smartchat.startchat.js';
export type { IStartChatOptions } from './smartchat.startchat.js';