First upload version 0.0.1
This commit is contained in:
6
node_modules/node-llama-cpp/dist/cli/utils/consolePromptQuestion.d.ts
generated
vendored
Normal file
6
node_modules/node-llama-cpp/dist/cli/utils/consolePromptQuestion.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export declare function consolePromptQuestion(question: string, { validate, renderSummaryOnExit, exitOnCtrlC, defaultValue }?: {
|
||||
validate?: (input: string) => string | null | Promise<string | null>;
|
||||
renderSummaryOnExit?: (item: string | null) => string;
|
||||
exitOnCtrlC?: boolean;
|
||||
defaultValue?: string;
|
||||
}): Promise<string | null>;
|
||||
Reference in New Issue
Block a user