UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

3 lines 147 B
export default function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); }