remove node_modules and .gitignore them
This commit is contained in:
-9
@@ -1,9 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
var safeToString = require("../safe-to-string")
|
||||
, isThenable = require("./is-thenable");
|
||||
|
||||
module.exports = function (value) {
|
||||
if (!isThenable(value)) throw new TypeError(safeToString(value) + " is not a thenable");
|
||||
return value;
|
||||
};
|
||||
Reference in New Issue
Block a user