Files
est-frame/node_modules/openai/internal/qs/formats.d.ts
2025-10-22 05:38:27 +00:00

6 lines
287 B
TypeScript
Executable File

import type { Format } from "./types.js";
export declare const default_format: Format;
export declare const formatters: Record<Format, (str: PropertyKey) => string>;
export declare const RFC1738 = "RFC1738";
export declare const RFC3986 = "RFC3986";
//# sourceMappingURL=formats.d.ts.map