typeof.js 555 B

1234567891011
  1. function _typeof(obj) {
  2. "@babel/helpers - typeof";
  3. return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
  4. return typeof obj;
  5. } : function (obj) {
  6. return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
  7. }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(obj);
  8. }
  9. module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;