forked from ard/ruoyi-api

aijinhui
2024-03-27 d937694a31415d25826d515cb4b6c77974c821fa
1
2
3
4
module.exports = function (it) {
  if (typeof it != 'function') throw TypeError(it + ' is not a function!');
  return it;
};