UNPKG

107 BJavaScriptView Raw
1function _toArray(arr) {
2 return Array.isArray(arr) ? arr : Array.from(arr);
3}
4
5module.exports = _toArray;
\No newline at end of file