forked from ard/ruoyi-api

Administrator
2023-10-26 d772fedd4df8eecb78085c112e4939d29ba1b665
1
2
3
4
module.exports = function (it) {
  if (typeof it != 'function') throw TypeError(it + ' is not a function!');
  return it;
};