web.mjs 239 B

12345
  1. import * as types from "../_shims/web-types.mjs";
  2. import { setShims } from "../_shims/registry.mjs";
  3. import { getRuntime } from "../_shims/web-runtime.mjs";
  4. setShims(getRuntime({ manuallyImported: true }));
  5. //# sourceMappingURL=web.mjs.map