Spaces:
Runtime error
Runtime error
File size: 162 Bytes
1fa8efd | 1 2 3 4 5 6 | // 7.2.1 RequireObjectCoercible(argument)
module.exports = function (it) {
if (it == undefined) throw TypeError("Can't call method on " + it);
return it;
};
|