agsamantha/node_modules/openai/internal/qs/stringify.d.ts

3 lines
172 B
TypeScript
Raw Normal View History

2024-10-02 15:15:21 -05:00
import type { StringifyOptions } from "./types.js";
export declare function stringify(object: any, opts?: StringifyOptions): string;
//# sourceMappingURL=stringify.d.ts.map