Skip to content

Commit

Permalink
Sync README and type declaration docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ulken committed Oct 19, 2020
1 parent 69de916 commit 8fcabe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -131,7 +131,7 @@ declare namespace meow {
_Note: If used in conjunction with `isMultiple`, the default flag value is set to `[]`._
__Caution: Explicitly specifying undefined for `booleanDefault` has different meaning from omitting key itself.__
__Caution: Explicitly specifying `undefined` for `booleanDefault` has different meaning from omitting key itself.__
@example
```
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Expand Up @@ -245,6 +245,8 @@ The `default` value set in `boolean` flags take precedence over `booleanDefault`
_Note: If used in conjunction with `isMultiple`, the default flag value is set to `[]`._
__Caution: Explicitly specifying `undefined` for `booleanDefault` has different meaning from omitting key itself.__
Example:
```js
Expand Down

0 comments on commit 8fcabe8

Please sign in to comment.