diff --git a/index.d.ts b/index.d.ts index 726c9f0d..7bf9966f 100644 --- a/index.d.ts +++ b/index.d.ts @@ -19,6 +19,6 @@ declare class V8ToIstanbul { toIstanbul(): CoverageMapData } -declare function v8ToIstanbul(scriptPath: string, wrapperLength?: number, sources?: Sources, excludePath?: (path) => boolean): V8ToIstanbul +declare function v8ToIstanbul(scriptPath: string, wrapperLength?: number, sources?: Sources, excludePath?: (path: string) => boolean): V8ToIstanbul export = v8ToIstanbul