You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lvgl/node/node_modules/openai/internal/qs/index.d.ts

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