UNPKG

@decaf-ts/fabric-weaver

Version:
5 lines (4 loc) 220 B
import { ChildProcess } from "child_process"; export declare function runCommand(command: string, args?: string[], options?: { [indexer: string]: string; }, logMatch?: RegExp): Promise<ChildProcess | void | Buffer>;