TypeScript/tests/baselines/reference/asiAmbientFunctionDeclaration.types

5 lines
107 B
Text
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/asiAmbientFunctionDeclaration.ts ===
declare function foo()
>foo : () => any