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