UNPKG

danger

Version:
4 lines (3 loc) 206 B
import { InitState, InitUI } from "./interfaces"; export declare const createUI: (state: InitState, app: any) => InitUI; export declare const generateInitialState: (osProcess: NodeJS.Process) => InitState;