UNPKG

sucrase

Version:

Super-fast alternative to Babel for when you can target modern JS runtimes

5 lines (4 loc) 107 B
function _toArray(arr) { return Array.isArray(arr) ? arr : Array.from(arr); } module.exports = _toArray;