UNPKG

@sinedied/mini-scraper

Version:

Artwork scraper for handheld emulators.

6 lines (5 loc) 433 B
export declare function getCompletion(prompt: string, model: string, retryCount?: number): Promise<Record<string, string | undefined> | undefined>; export declare function checkOllama(model: string): Promise<boolean>; export declare function runCommandSync(command: string): void; export declare function askForInput(question: string): Promise<string>; export declare function askForConfirmation(question: string): Promise<boolean>;