UNPKG

narraleaf

Version:

Create your visual novel with Electron and React

6 lines (5 loc) 199 B
import { Command } from "commander"; import { App } from "../app"; type InitOptions = {}; export default function init(this: Command, app: App, [p]: [string, InitOptions]): Promise<void>; export {};