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

6 lines
62 B
JavaScript

export const b = 'b'
export function bFunc () {
return b
}