commit 96162711ec9fc5f25ee468176afcbba7e598d09b
parent 5685501b22ca9d5959cedf71dddd7f63c163ac41
Author: Dario Vladovic <d.vladimyr@gmail.com>
Date: Thu, 3 Feb 2022 13:56:45 +0000
Fix Todd, Todd needs to be fixed
Apparently C coders can't tame this magical
language with virtual machine limiting their
strings. :P
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.js b/index.js
@@ -1,6 +1,6 @@
'use strict';
-var isTodd = require('is-steven');
+var isSteven = require('is-steven');
module.exports = function isTodd(i) {
return !isSteven(i);