Skip to content

Commit

Permalink
fix: add throwOnMissing to type declarations (browserslist#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
fivethreeo authored and zhouyu9527 committed Jul 4, 2022
1 parent c9f2e81 commit fe04a94
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 fe04a94

Please sign in to comment.