@inlang/paraglide-js
Version:
[](https://www.npmjs.com/package/@inlang/paraglide-js) [
* const stringify = detectJsonFormatting(file)
* const newFile = stringify(json)
*/
export declare const detectJsonFormatting: (file: string) => ((value: Parameters<typeof JSON.stringify>[0], replacer?: Parameters<typeof JSON.stringify>[1]) => string);
//# sourceMappingURL=detect-json-formatting.d.ts.map