Skip to content

Commit

Permalink
feat: add skipFull and excludeNodeModules to type definitions (bc…
Browse files Browse the repository at this point in the history
…oe#417)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
fasttime and bcoe committed Nov 11, 2022
1 parent 1a8f227 commit 27b8a38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ export declare class Report {
resolve?: string,
all?: boolean,
src?: Array<string>,
allowExternal?: boolean
allowExternal?: boolean,
skipFull?: boolean,
excludeNodeModules?: boolean
})
run(): Promise<void>;
}

0 comments on commit 27b8a38

Please sign in to comment.