UNPKG

sucrase

Version:

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

4 lines 147 B
import _Array$from from "../../core-js/array/from"; export default function _toArray(arr) { return Array.isArray(arr) ? arr : _Array$from(arr); }