refactor(Cypress): add nodemodules
This commit is contained in:
8
node_modules/es5-ext/object/valid-object.js
generated
vendored
Normal file
8
node_modules/es5-ext/object/valid-object.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
|
||||
var isObject = require("./is-object");
|
||||
|
||||
module.exports = function (value) {
|
||||
if (!isObject(value)) throw new TypeError(value + " is not an Object");
|
||||
return value;
|
||||
};
|
Reference in New Issue
Block a user