aboutsummaryrefslogtreecommitdiffstats
path: root/packages/vold-utils/lib/array.js
blob: 5ac0577d9694f6fde64604acb9e63ee9b3e1e822 (plain)
1
2
3
4
5
6
'use strict';

function run(array) array.forEach(function(f) f());
exports.run = run;