Skip to content

Commit

Permalink
feat: add skipFull and excludeNodeModules to type definitions (#417)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
fasttime and bcoe committed Nov 11, 2022
1 parent 4ab9fba commit b93b9c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.d.ts
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 b93b9c0

Please sign in to comment.