Sha256: 765036bab9799ac32fbc5c7f25efffd5b114734b2f84b697908b7e6794b770f5
Contents?: true
Size: 675 Bytes
Versions: 1
Compression:
Stored size: 675 Bytes
Contents
import _Array$from from "../../core-js/array/from"; import _sliceInstanceProperty from "../../core-js/instance/slice"; import arrayLikeToArray from "./arrayLikeToArray"; export default function _unsupportedIterableToArray(o, minLen) { var _context; if (!o) return; if (typeof o === "string") return arrayLikeToArray(o, minLen); var n = _sliceInstanceProperty(_context = Object.prototype.toString.call(o)).call(_context, 8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return _Array$from(n); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return arrayLikeToArray(o, minLen); }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
condenser-0.3 | lib/condenser/processors/node_modules/@babel/runtime-corejs3/helpers/esm/unsupportedIterableToArray.js |