DEBSOURCES
Skip Quicknav
sources / node-typescript / 3.3.3333-1 / tests / baselines / reference / FunctionDeclaration6.types
12345678
=== tests/cases/compiler/FunctionDeclaration6.ts === { function foo(); >foo : () => any function bar() { } >bar : () => void }