UNPKG

78 BTypeScriptView Raw
1export declare function callOnEach<T, R>(list: T[], cb: (val: T) => R): void;