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