'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); // ESM syntax is supported. const thing = { foo: 'bar' }; console.log(thing); exports.thing = thing;