AI_botter/node_modules/openai/_shims/bun-runtime.d.ts

6 lines
216 B
TypeScript
Raw Normal View History

2024-05-01 02:46:10 +01: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