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