/** * For each item in an array, invoke a function */ export declare function invokeFunctionForEach(arr: T[], name: string): void;