DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.1.6%2Bds1-1 / tests / baselines / reference / exportInFunction.js
123456789
//// [exportInFunction.ts] function f() { export = 0; //// [exportInFunction.js] function f() { export = 0; }