DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.1.6%2Bds1-1 / tests / baselines / reference / systemModule2.types
12345678
=== tests/cases/compiler/systemModule2.ts === var x = 1; >x : number >1 : 1 export = x; >x : number