DEBSOURCES
Skip Quicknav
sources / node-typescript / 4.1.3-1 / tests / baselines / reference / exportAsNamespaceConflict.types
12345678910
=== /a.d.ts === declare global { namespace N {} } >global : any export = N; >N : any export as namespace N; >N : any