DEBSOURCES
Skip Quicknav
sources / node-typescript / 3.3.3333-1 / tests / baselines / reference / FunctionDeclaration1_es6.types
1234
=== tests/cases/conformance/es6/functionDeclarations/FunctionDeclaration1_es6.ts === function * foo() { >foo : () => IterableIterator<any> }