UNPKG

easyvn

Version:

Modular visual novel engine for the web

3 lines (2 loc) 113 B
export type Choice = [string, () => void]; export declare function showChoice(choices: Choice[]): Promise<void>;