Files
memecoin-botV2/.pnpm-store/v10/files/30/3f2ba1abcf61b64fb9598cc989b90347c9732c6dc443ba0078d33e679c9fdc0e71f5e9c58dbce951ae51fc09b7b7694866533dbc6471f94d7450f37101c78a

7 lines
217 B
Plaintext

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 _ };