UNPKG

babel-plugin-transform-for-of-as-array

Version:
6 lines (4 loc) 79 B
import { array } from "foo"; for (const elm of array) { console.log(elm); }