Unit_AI/node_modules/openai/_shims/web-runtime.d.ts

5 lines
188 B
TypeScript
Raw Normal View History

2024-06-01 21:24:36 +01:00
import { type Shims } from "./registry.js";
export declare function getRuntime({ manuallyImported }?: {
manuallyImported?: boolean;
}): Shims;
//# sourceMappingURL=web-runtime.d.ts.map