2025-11-05 17:04:23 -03:00

3 lines
174 B
TypeScript

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