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