'use strict'; function run(array) array.forEach(function(f) f()); exports.run = run;