From e653497fda46161b7abda2bb6f94481643bab0d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20L=C3=B6fgren?= Date: Mon, 19 Oct 2020 13:14:13 +0200 Subject: [PATCH] Sync README and type declaration docs --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 153993a..1568f2b 100644 --- a/readme.md +++ b/readme.md @@ -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