Skip to content

allP types are wrong #2790

Open
Open
@mendrik

Description

@mendrik

Describe the bug

export function allP<T>(iterable: Iterable<T>): Promise<T[]>;

should most likely be:

export function allP<T>(iterable: Iterable<Promise<T>>): Promise<T[]>;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions