agsamantha/node_modules/openai/internal/qs/index.d.ts
2024-10-02 15:15:21 -05:00

10 lines
No EOL
394 B
TypeScript

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