DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.2.2-1 / tests / baselines / reference / voidConstructor.types
123456
//// [tests/cases/compiler/voidConstructor.ts] //// === voidConstructor.ts === var foo:{ new ( ): void; } >foo : new () => void