tasq/node_modules/import-in-the-middle/test/fixtures/lib/baz.mjs

5 lines
61 B
JavaScript

export function baz () {
return 'baz'
}
export default baz