oxc/crates/oxc_linter/fixtures/import/default-export-default-property.js

4 lines
37 B
JavaScript

export default {
default: 'baz'
}