angular / clutz

Closure to TypeScript `.d.ts` generator
MIT License
162 stars 60 forks source link

Reorgainze some of the native types to eliminate U2U_CONSTRUCTOR_TYPE. #977

Closed tsjs-copybara-bot closed 4 years ago

tsjs-copybara-bot commented 4 years ago

Reorgainze some of the native types to eliminate U2U_CONSTRUCTOR_TYPE.

That type is better known as Function, the supertype and subtype of all other function types. Additionally, all functions are constructed by (typeof Function) and have Function.prototype as their default implicit prototype.