UNPKG

@antv/util

Version:

<h1 align="center">@antv/util</h1>

5 lines 190 B
import isArrayLike from './is-array-like'; export default (function (value) { return isArrayLike(value) ? Array.prototype.slice.call(value) : []; }); //# sourceMappingURL=to-array.js.map