TypeScript/tests/cases/conformance/externalModules/multipleExportDefault2.ts
Kanchalai Tanglertsampan 7c3f27434c Add tests and baselines
2016-08-09 15:55:26 -07:00

7 lines
94 B
TypeScript

export default {
uhoh: "another default",
};
export default function Foo() { }