7d1a8a8c31b96499417b135a05203c393f2ccdd88fbd69d8a5b749926c7a01f895e1da872e37508986434e4d0674b1529dc3e11d136925f844402a3821400d 583 B

12345678910111213141516171819202122
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = _typeof;
  6. function _typeof(obj) {
  7. "@babel/helpers - typeof";
  8. if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
  9. exports.default = _typeof = function (obj) {
  10. return typeof obj;
  11. };
  12. } else {
  13. exports.default = _typeof = function (obj) {
  14. return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
  15. };
  16. }
  17. return _typeof(obj);
  18. }
  19. //# sourceMappingURL=typeof.js.map