8000 Interop Gen: Support Function Declarations · Issue #389 · dart-lang/web · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Interop Gen: Support Function Declarations #389
Open
@nikeokoronkwo

Description

@nikeokoronkwo

This issue is for adding support to the Dart Interop Gen for TypeScript Function Declarations

export declare function greet(name: string, greeting?: string): string;
export declare function fetchData(url: string): Promise<any>;
export declare function fetchMultipleData(...url: string[]): Promise<Promise<any>[]>;

Functions can be overloaded as well, so function names need to be unique.

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

      0