UNPKG

@swc/helpers

Version:

External helpers for the swc project.

7 lines (6 loc) 224 B
export function _iterable_to_array(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) { return Array.from(iter); } } export { _iterable_to_array as _ };