deploy-to-neocities/dist/bundle.cjs.js
2019-11-11 15:51:48 -07:00

11 lines
182 B
JavaScript

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