Skip to content

The done parameter for the .paginate() callback should not be optional #259

@ptomulik

Description

@ptomulik

In almost all overloads of PaginateInterface the user-defined mapFn is guaranted to be provided with done argument, except in one case below:

done?: () => void

Is this intentional? If so, then what is the reason?

Metadata

Metadata

Assignees

No one assigned

    Labels

    typescriptRelevant to TypeScript users only

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions