UNPKG

textadv

Version:

Text Adventures generator from Markdown files

3 lines (2 loc) 103 B
import { Project } from './types.js'; export declare function generateBasic(project: Project): string;