// ESM syntax is supported. const thing = { foo: 'bar' } export { thing } console.log(thing)