UNPKG

snyk-docker-plugin

Version:
7 lines (6 loc) 190 B
export { execute, CmdOutput }; interface CmdOutput { stdout: string; stderr: string; } declare function execute(command: string, args?: string[], options?: any): Promise<CmdOutput>;