Files
SAFEKISO/safekiso-server/node_modules/snyk/dist/lib/sub-process.d.ts
2026-04-07 14:50:23 +09:00

4 lines
127 B
TypeScript

export declare function execute(command: string, args: string[], options?: {
cwd: string | undefined;
}): Promise<string>;