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/formats.d.mts

7 lines
357 B

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