Open
Description
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
Labels
No labels