UNPKG

rubico

Version:

[a]synchronous functional programming

11 lines (10 loc) 270 B
export = reducerAllSync; /** * @name reducerAllSync * * @synopsis * ```coffeescript [specscript] * reducerAllSync(predicate any=> boolean, result boolean, item any) -> boolean * ``` */ declare function reducerAllSync(predicate: any, result: any, item: any): any;