GT2/Ejectable/node_modules/core-js/modules/$.a-function.js
2021-08-16 00:14:59 +00:00

4 lines
No EOL
120 B
JavaScript

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