DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.2.2-1 / tests / baselines / reference / FunctionDeclaration7.types
123456789
//// [tests/cases/compiler/FunctionDeclaration7.ts] //// === FunctionDeclaration7.ts === module M { >M : typeof M function foo(); >foo : () => any }