oxc/crates/oxc_linter/fixtures/import/bar.js

2 lines
60 B
JavaScript

export default 'bar'
export function foo() { return 'foo' }