commit
3d6f25b4f9
2 changed files with 2 additions and 0 deletions
1
index.d.ts
vendored
Normal file
1
index.d.ts
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
export function exec(cmd: string, options: { name?: string, icns?: string }, callback: (error: string, stdout: string, stderr: string) => void): void;
|
|
@ -3,6 +3,7 @@
|
||||||
"version": "9.0.0",
|
"version": "9.0.0",
|
||||||
"description": "Run a command using sudo, prompting the user with an OS dialog if necessary",
|
"description": "Run a command using sudo, prompting the user with an OS dialog if necessary",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
"types": "index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
Loading…
Reference in a new issue