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.mts

10 lines
397 B

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