babel/lib/6to5/templates/array-expression-comprehension-map.js

4 lines
51 B
JavaScript

ARRAY.map(function (KEY) {
return STATEMENT;
});