Files
boc/landvex/node_modules/openai/internal/qs/stringify.d.mts
T

3 lines
174 B
TypeScript
Raw Normal View History

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