TypeScript/tests/cases/compiler/es6ExportDefaultFunctionDeclaration2.ts

5 lines
74 B
TypeScript
Raw Normal View History

2015-03-13 01:14:33 +01:00
// @target: es6
// @declaration: true
export default function () { }