simple-squiggle

A restricted subset of Squiggle
Log | Files | Refs | README

typeof.js (555B)


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