TypeScript/tests/cases/conformance/externalModules/multipleExportDefault3.ts

7 lines
87 B
TypeScript
Raw Normal View History

2016-08-10 00:55:26 +02:00
export default {
uhoh: "another default",
};
export default class C { }