Skip to content

Complete support for variadic arguments #23

@stheophil

Description

@stheophil

Currently, we generate only a single overload taking a single argument for a method with signature

interface Array {
    push(...args: string[]) : void;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions