remove node_modules and .gitignore them
This commit is contained in:
-8
@@ -1,8 +0,0 @@
|
||||
// Credit: http://www.2ality.com/2014/05/is-integer.html
|
||||
|
||||
"use strict";
|
||||
|
||||
module.exports = function (value) {
|
||||
if (typeof value !== "number") return false;
|
||||
return value % 1 === 0;
|
||||
};
|
||||
Reference in New Issue
Block a user