TypeScript/tests/baselines/reference/es5ExportDefaultFunctionDeclaration.types

6 lines
123 B
Plaintext
Raw Normal View History

2015-03-13 01:14:33 +01:00
=== tests/cases/compiler/es5ExportDefaultFunctionDeclaration.ts ===
export default function f() { }
>f : () => void
2015-03-13 01:14:33 +01:00