remove node_modules and .gitignore them
This commit is contained in:
-7
@@ -1,7 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = function () {
|
||||
var isSafeInteger = Number.isSafeInteger;
|
||||
if (typeof isSafeInteger !== "function") return false;
|
||||
return !isSafeInteger("23") && isSafeInteger(34232322323) && !isSafeInteger(9007199254740992);
|
||||
};
|
||||
Reference in New Issue
Block a user