Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Flow typedefs have errors #1678

Copy link
Copy link
Open
Open
Copy link
@conartist6

Description

@conartist6
Issue body actions

It is:
static intersect(sets: Iterable<Iterable<T>>): Set<T>;
which is incorrect. It should be:
static intersect(...sets: Array<Iterable<T>>): Set<T>;

This matches the typescript type and the documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.