node-runtime.d.ts 131 B

123
  1. import { type Shims } from "./registry.js";
  2. export declare function getRuntime(): Shims;
  3. //# sourceMappingURL=node-runtime.d.ts.map