update modules

This commit is contained in:
Joel Male
2022-11-10 20:43:16 +10:00
parent c9072d53a3
commit 29d4f522f2
5233 changed files with 476623 additions and 533020 deletions
+3
View 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));