flatted
3.2.73.4.2
types/index.d.ts+
types/index.d.tsNew file+4
Index: package/types/index.d.ts
===================================================================
--- package/types/index.d.ts
+++ package/types/index.d.ts
@@ -0,0 +1,4 @@
+export function parse(text: string, reviver?: (this: any, key: string, value: any) => any): any;
+export function stringify(value: any, replacer?: (string | number)[] | ((this: any, key: string, value: any) => any), space?: string | number | undefined): string;
+export function toJSON(value: any): any;
+export function fromJSON(value: any): any;