TypeScript/tests/cases/compiler/duplicateDefaultExport.ts
Andy 751f20e8bc
Don't bother trying to get the name of a default export (#25773)
* Don't bother trying to get the name of a default export

* Fix lint
2018-07-18 11:43:13 -07:00

3 lines
47 B
TypeScript

export default 0;
export default function() {}