DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.2.2-1 / tests / baselines / reference / exportInFunction.types
12345678
//// [tests/cases/compiler/exportInFunction.ts] //// === exportInFunction.ts === function f() { >f : () => void export = 0;