UNPKG

generator-loom

Version:
9 lines 244 B
[ <% for(var i=0; i<rows; i++) {%> { <% for(var j=0; j<tableCols.length; j++) {%> "<%= tableCols[j] %>": "<%= tableVals[i][j] %>"<%= j+1 != tableCols.length ? ',':'' %> <% } %> <%= i+1 != rows ? '},':'}' %> <% } %> ]