remove node_modules and .gitignore them
This commit is contained in:
-6
@@ -1,6 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = function (fn) {
|
||||
if (typeof fn !== "function") throw new TypeError(fn + " is not a function");
|
||||
return fn;
|
||||
};
|
||||
Reference in New Issue
Block a user