Returns the default values of the schema.
Hint: The difference to getDefault is that for object and tuple schemas this function recursively returns the default values of the subschemas instead of undefined.
getDefault
undefined
The schema to get them from.
The default values.
Returns the default values of the schema.
Hint: The difference to
getDefaultis that for object and tuple schemas this function recursively returns the default values of the subschemas instead ofundefined.