UNPKG

umi

Version:
6 lines (5 loc) 147 B
interface IOpts { scriptPath: string; } export default function start({ scriptPath }: IOpts): import("child_process").ChildProcess; export {};