UNPKG

@swc/helpers

Version:

External helpers for the swc project.

9 lines (7 loc) 257 B
"use strict"; exports._ = exports._iterable_to_array = _iterable_to_array; function _iterable_to_array(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) { return Array.from(iter); } }