Skip to content

Update all Transducer reducer signatures to include indexOrKey and fold #296

@richytong

Description

@richytong

Update reducerMap, reducerFilter, reducerFlatMap, reducerForEach, reducerTryCatch

Update all instances of Reducer and Transducer in docs to this

 * type Reducer = (
 *   accumulator any,
 *   value any,
 *   indexOrKey number|string|any,
 *   fold Foldable
 * )=>(nextAccumulator Promise|any)
 *
 * type Transducer = Reducer=>Reducer

Metadata

Metadata

Assignees

No one assigned

    Labels

    breakingneeds to be released in a major

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions