DEBSOURCES
Skip Quicknav
sources / node-typescript / 3.3.3333-1 / tests / baselines / reference / exportToString.types
12345678
=== tests/cases/compiler/exportToString.ts === const toString = 0; >toString : 0 >0 : 0 export { toString }; >toString : 0