Put back ESM helpers in a folder where we can use .js (#12919)
This commit is contained in:
@@ -1 +1,3 @@
|
||||
export { default } from "../iterableToArray/_index.mjs"
|
||||
export default function _iterableToArray(iter) {
|
||||
if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);
|
||||
}
|
||||
Reference in New Issue
Block a user