deploy-to-neocities/dist/bundle.cjs.js
2019-11-11 16:01:17 -07:00

13 lines
205 B
JavaScript

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