aijinhui
2023-12-23 b1f91d23c01266dda8cad34aa866bcac741a21cf
1
2
3
4
module.exports = function (it) {
  if (typeof it != 'function') throw TypeError(it + ' is not a function!');
  return it;
};