DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.2.2-1 / tests / baselines / reference / declFileEmitDeclarationOnlyError2.types
1234567
//// [tests/cases/compiler/declFileEmitDeclarationOnlyError2.ts] //// === hello.ts === var hello = "yo!"; >hello : string >"yo!" : "yo!"