UNPKG

core-js-pure

Version:
9 lines (7 loc) 251 B
var $TypeError = TypeError; // `RequireObjectCoercible` abstract operation // https://tc39.es/ecma262/#sec-requireobjectcoercible module.exports = function (it) { if (it == undefined) throw $TypeError("Can't call method on " + it); return it; };