UNPKG

nicechat

Version:

An extensible AI chat framework for OpenAi's models

7 lines (6 loc) 204 B
declare const NiceChat: { run(): Promise<void>; }; export declare function readLine(): Promise<string>; export default NiceChat; export declare function logger(prefix: string): (msg: string) => void;