node-ejs-renderer/node_modules/openai/_shims/web-runtime.d.ts

5 lines
188 B
TypeScript
Raw Normal View History

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