amis-rpc-design/node_modules/sudo-prompt/index.d.ts

5 lines
318 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
export function exec(cmd: string,
options?: ((error?: Error, stdout?: string | Buffer, stderr?: string | Buffer) => void)
| { name?: string, icns?: string, env?: { [key: string]: string } },
callback?: (error?: Error, stdout?: string | Buffer, stderr?: string | Buffer) => void): void;