Files
w4rpservices/node_modules/core-js/modules/_a-function.js
2018-10-27 03:51:47 -05:00

5 lines
125 B
JavaScript
Vendored

module.exports = function (it) {
if (typeof it != 'function') throw TypeError(it + ' is not a function!');
return it;
};