DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.0.4%2Bds1-2 / tests / baselines / reference / typeReferenceDirectives2.types
123456789
=== /app.ts === interface A { x: $ >x : $ } === /types/lib/index.d.ts === interface $ { x } >x : any