DEBSOURCES
Skip Quicknav
sources / node-typescript / 4.9.5%2Bds1-2 / tests / cases / compiler / prototypeOnConstructorFunctions.ts
123456789
interface I1 { const: new (options?, element?) => any; } var i: I1; i.const.prototype.prop = "yo";