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

3 lines
174 B

import type { StringifyOptions } from "./types.mjs";
export declare function stringify(object: any, opts?: StringifyOptions): string;
//# sourceMappingURL=stringify.d.mts.map