4 lines
178 B
JavaScript
Raw Normal View History

2025-04-09 20:33:41 +09:00
// This is an empty module that is served up when outside of a workerd environment
// See the `exports` field in package.json
export default {};
//# sourceMappingURL=empty.js.map