Version 1
[yaffs-website] / node_modules / core-js / modules / _a-function.js
1 module.exports = function(it){
2   if(typeof it != 'function')throw TypeError(it + ' is not a function!');
3   return it;
4 };