UNPKG

pogojs

Version:

Library to accompany the Pogo stack

12 lines (10 loc) 227 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var each = function each(array, func) { for (var i = 0; i < array.length; i++) { func(array[i], i); } }; exports.default = each;