Sha256: 08d5c5c1f991b9d600bfe2786b44f46d2183738e5777ef0d8700ca6740bb42fb
Contents?: true
Size: 727 Bytes
Versions: 28
Compression:
Stored size: 727 Bytes
Contents
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = _unsupportedIterableToArray; var _arrayLikeToArray = require("./arrayLikeToArray.js"); function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return (0, _arrayLikeToArray.default)(o, minLen); var name = Object.prototype.toString.call(o).slice(8, -1); if (name === "Object" && o.constructor) name = o.constructor.name; if (name === "Map" || name === "Set") return Array.from(o); if (name === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(name)) { return (0, _arrayLikeToArray.default)(o, minLen); } } //# sourceMappingURL=unsupportedIterableToArray.js.map
Version data entries
28 entries across 24 versions & 2 rubygems