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