Skip to content

Commit

Permalink
chore: fix sudo-prompt type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jun 15, 2019
1 parent b94692c commit 6f3c2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/sudo-prompt/index.d.ts
@@ -1,3 +1,3 @@
declare module 'sudo-prompt' {
export const exec: () => void;
export const exec: (command: string, options?: object, callback?: (error?: Error, stdout?: string, stderr?: string) => void) => void;
}

0 comments on commit 6f3c2ec

Please sign in to comment.