forked from ard/ruoyi-api

Administrator
2024-02-29 dddc5e6586e91d81f6b51b1fcaf291a3471bd50a
1
2
3
4
5
// 7.2.1 RequireObjectCoercible(argument)
module.exports = function (it) {
  if (it == undefined) throw TypeError("Can't call method on  " + it);
  return it;
};