node/test/fixtures/es-modules/tla/export-async.mjs

3 lines
62 B
JavaScript

let hello = await Promise.resolve('world');
export { hello };