UNPKG
easyvn
Version:
latest (0.1.1)
0.1.1
0.1.0
Modular visual novel engine for the web
github.com/Eshan276/easyvn
Eshan276/easyvn
easyvn
/
dist
/
showChoice.d.ts
3 lines
(2 loc)
•
113 B
TypeScript
View Raw
1
2
3
export
type
Choice
= [
string
,
() =>
void
];
export
declare
function
showChoice
(
choices
:
Choice
[]
):
Promise
<
void
>;