bun-runtime.d.ts 216 B

123456
  1. /**
  2. * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
  3. */
  4. import { type Shims } from "./registry.js";
  5. export declare function getRuntime(): Shims;
  6. //# sourceMappingURL=bun-runtime.d.ts.map