From c2b3dcbf12e05f0e119569ba2bedc31ef71ac604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20Unneb=C3=A4ck?= Date: Fri, 1 Nov 2019 10:45:59 +0000 Subject: [PATCH] docs: Allow sending in undefined as the object --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 1e2246a..735b0a2 100644 --- a/readme.md +++ b/readme.md @@ -77,6 +77,8 @@ Type: `object` Object to get, set, or delete the `path` value. +You are allowed to pass in `undefined` as the object to the `get` and `has` functions. + #### path Type: `string`