UNPKG

openai

Version:

The official TypeScript library for the OpenAI API

10 lines 394 B
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