You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Applies a function to the JSON string before parsing.
7
7
*/
8
-
beforeParse?: BeforeParse;
8
+
readonlybeforeParse?: BeforeParse;
9
+
9
10
/**
10
11
* Prescribes how the value originally produced by parsing is transformed, before being returned.
11
12
* See the [`JSON.parse` docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse#Using_the_reviver_parameter) for more.
0 commit comments