mirror of
https://github.com/Onewon/claude-code.git
synced 2026-04-26 06:41:16 +03:00
5 lines
188 B
TypeScript
5 lines
188 B
TypeScript
import { type Shims } from "./registry.js";
|
|
export declare function getRuntime({ manuallyImported }?: {
|
|
manuallyImported?: boolean;
|
|
}): Shims;
|
|
//# sourceMappingURL=web-runtime.d.ts.map
|