UNPKG

190 BJavaScriptView Raw
1import isArrayLike from './is-array-like';
2export default (function (value) {
3 return isArrayLike(value) ? Array.prototype.slice.call(value) : [];
4});
5//# sourceMappingURL=to-array.js.map
\No newline at end of file