UNPKG

agents-flow

Version:

Framework for multi-agent interactive fiction videogame.

8 lines 221 B
export declare class Input { private _choiceIndex; constructor(choiceIndex: number); get choiceIndex(): number; get isVoid(): boolean; static void(): Input; } //# sourceMappingURL=input.d.ts.map