From ed3a85cede1aaabd17580a7f0a0da9a253fdf0a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Behl=C3=BCl=20U=C3=A7ar?= Date: Tue, 12 Apr 2022 08:55:33 -0700 Subject: [PATCH] Add undefined to the default list of keywords --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index b08cca4..8065299 100644 --- a/index.js +++ b/index.js @@ -39,6 +39,7 @@ falsey.keywords = [ 'nix', 'nyet', 'uh-uh', + 'undefined', 'veto', 'zero' ];