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