This issue is to add support for anonymous closure types in the Dart JS Interop Interface Generator. ```ts export declare const myClosure: (a: string) => number; ```