UNPKG

asciitorium

Version:

an ASCII ui framework for web + cli

3 lines (2 loc) 90 B
import type { App } from './App'; export declare function start(app: App): Promise<void>;