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