web-runtime.d.ts 188 B

12345
  1. import { type Shims } from "./registry.js";
  2. export declare function getRuntime({ manuallyImported }?: {
  3. manuallyImported?: boolean;
  4. }): Shims;
  5. //# sourceMappingURL=web-runtime.d.ts.map