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
Copy file name to clipboardexpand all lines: readme.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -217,15 +217,15 @@ Parse the value as a boolean type instead of string type if it's a boolean.
217
217
Type: `object`\
218
218
Default: `{}`
219
219
220
-
Specify a pre-defined schema to be used when parsing values. The types specified will take precedence over options such as: `parseNumber`, `parseBooleans`, and `arrayFormat`.
220
+
Specify a pre-defined schema to be used when parsing values. The types specified will take precedence over options such as: `parseNumbers`, `parseBooleans`, and `arrayFormat`.
221
221
222
222
Use this feature to override the type of a value. This can be useful when the type is ambiguous such as a phone number.
223
223
224
224
It is possible to provide a custom function as the parameter type. The parameter's value will equal the function's return value.
225
225
226
226
Supported Types:
227
227
228
-
-`'string'`: Parse `phoneNumber` as a string (overriding the `parseNumber` option):
228
+
-`'string'`: Parse `phoneNumber` as a string (overriding the `parseNumbers` option):
0 commit comments