UNPKG

easyvn

Version:

Modular visual novel engine for the web

7 lines (6 loc) 191 B
type SceneFunction = () => Promise<void>; export declare class VN { static play(scene: SceneFunction): Promise<void>; static jumpTo(scene: SceneFunction): Promise<void>; } export {};