blob: 8c35f451472e9435f22a38ff6f73dab6f50141a7 [file] [log] [blame]
module.exports = function(it){
if(typeof it != 'function')throw TypeError(it + ' is not a function!');
return it;
};