Skip to content

Commit

Permalink
fix: Added typings for #38
Browse files Browse the repository at this point in the history
  • Loading branch information
iFaxity committed Apr 30, 2022
1 parent 8f1ec4e commit 03772db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ declare module 'istanbul-lib-instrument' {
}

export function createInstrumenter(opts: {
coverageGlobalScopeFunc?: boolean,
coverageGlobalScope?: string;
preserveComments?: boolean,
produceSourceMap?: boolean,
autoWrap?: boolean,
Expand Down

0 comments on commit 03772db

Please sign in to comment.