remove node_modules and .gitignore them
This commit is contained in:
-10
@@ -1,10 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
var isInteger = require("../is-integer/shim")
|
||||
, maxValue = require("../max-safe-integer")
|
||||
, abs = Math.abs;
|
||||
|
||||
module.exports = function (value) {
|
||||
if (!isInteger(value)) return false;
|
||||
return abs(value) <= maxValue;
|
||||
};
|
||||
Reference in New Issue
Block a user