UNPKG

@reactant/helpers

Version:
3 lines (2 loc) 228 B
import { Options as ExecaOptions, ExecaReturnValue } from 'execa'; export default function spawn(rootPath: string | undefined, bin: string | string[], args?: string[], options?: ExecaOptions): Promise<ExecaReturnValue<string>>;