Skip to content

Commit

Permalink
fix: add throwOnMissing to type declarations (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
fivethreeo committed Dec 14, 2021
1 parent c348925 commit 1f5ead8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.d.ts
Expand Up @@ -36,6 +36,10 @@ declare namespace browserslist {
* Do not throw on unknown version in direct query.
*/
ignoreUnknownVersions?: boolean
/**
* Throw a error if env is not found.
*/
throwOnMissing?: boolean
/**
* Disable security checks for extend query.
*/
Expand Down

0 comments on commit 1f5ead8

Please sign in to comment.