remove node_modules and .gitignore them
This commit is contained in:
-6
@@ -1,6 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
var toInteger = require("./to-integer")
|
||||
, max = Math.max;
|
||||
|
||||
module.exports = function (value) { return max(0, toInteger(value)); };
|
||||
Reference in New Issue
Block a user