empty.js 258 B

123456
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. // This is an empty module that is served up when outside of a workerd environment
  4. // See the `exports` field in package.json
  5. exports.default = {};
  6. //# sourceMappingURL=empty.js.map