UNPKG

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

Version:
7 lines (5 loc) 71 B
const array = []; let elm; for (elm of array) { console.log(elm); }