UNPKG

snyk-gradle-plugin

Version:
6 lines (5 loc) 223 B
/// <reference types="node" /> export declare function execute(command: string, args: string[], options: { cwd?: string; env?: NodeJS.ProcessEnv; }, perLineCallback?: (s: string) => Promise<void>): Promise<string>;