GT2/Ejectable/node_modules/core-js/modules/$.a-function.js

4 lines
120 B
JavaScript
Raw Normal View History

2021-08-16 00:14:59 +00:00
module.exports = function(it){
if(typeof it != 'function')throw TypeError(it + ' is not a function!');
return it;
};