Files

6 lines
216 B
TypeScript
Raw Permalink Normal View History

2026-03-12 12:47:56 +08:00
/**
* Disclaimer: modules in _shims aren't intended to be imported by SDK users.
*/
import { type Shims } from "./registry.js";
export declare function getRuntime(): Shims;
//# sourceMappingURL=bun-runtime.d.ts.map