massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / flatted / esm / index.js
index f220bbf7a31109066817ab0500395af1677778b6..9a8c239c203ce9584264e4e108b5a2f08e5e2485 100644 (file)
@@ -89,3 +89,6 @@ export const stringify = (value, replacer, space) => {
     return after;
   }
 };
+
+export const toJSON = any => $parse(stringify(any));
+export const fromJSON = any => parse($stringify(any));