samhh/tshm

Overloaded function members don't have to appear side-by-side

Closed this issue · 1 comments

samhh commented

For example the following is valid:

export declare function f(): string

export declare const x: number

export declare function f(): boolean

The output should group the fs together.