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