tsd-jsdoc icon indicating copy to clipboard operation
tsd-jsdoc copied to clipboard

Support for Arrow Functions

Open ibbignerd opened this issue 7 years ago • 1 comments

Currently, arrow functions expressions are interpreted as var.

export const myFunc = () => {} turns into declare var myFunc : any; when it should resolve to declare function myFunc (): void;

ibbignerd avatar Mar 25 '19 20:03 ibbignerd

PRs welcome!

englercj avatar May 04 '19 17:05 englercj