UNPKG

umi

Version:
7 lines (6 loc) 178 B
/// <reference types="node" /> interface IOpts { scriptPath: string; } export default function start({ scriptPath }: IOpts): import("child_process").ChildProcess; export {};