DEBSOURCES
Skip Quicknav
sources / node-typescript / 3.3.3333-1 / tests / baselines / reference / moduleResolution_automaticTypeDirectiveNames.types
12345678
=== /a.ts === a; >a : string === /node_modules/@types/a/index.d.ts === declare const a: string; >a : string