export const a = 'a'

export function aFunc () {
  return a
}

export * from './foo.mjs'
