Skip to content

Commit

Permalink
add missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jul 7, 2023
1 parent faa1cdd commit d0ea8c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ declare module 'makensis' {
function nsisDir(compilerOptions: CompilerOptions): Promise<string | JSON>;
function version(compilerOptions: CompilerOptions, spawnOptions: SpawnOptions): Promise<CompilerOutput>;

const events: EventEmitter;
interface CommandHelpOptions {
[key: string]: string;
}
Expand Down

0 comments on commit d0ea8c1

Please sign in to comment.