Sha256: f49666efe6a90bff229c9883c90681953fa22ef0e955da631f9e4409e23f54c5
Contents?: true
Size: 279 Bytes
Versions: 10
Compression:
Stored size: 279 Bytes
Contents
import _Array$from from "../../core-js/array/from"; import _isIterable from "../../core-js/is-iterable"; export default function _iterableToArray(iter) { if (_isIterable(Object(iter)) || Object.prototype.toString.call(iter) === "[object Arguments]") return _Array$from(iter); }
Version data entries
10 entries across 10 versions & 1 rubygems