node-env
Preparing search index...
ValidationAdapter
Type Alias ValidationAdapter<TSchema, TOutput>
Adapter used to bridge external schema libraries into the local validator contract.
type
ValidationAdapter
<
TSchema
,
TOutput
=
unknown
>
=
{
safeParse
(
schema
:
TSchema
,
value
:
unknown
,
)
:
ValidationAdapterResult
<
TOutput
>
;
}
Type Parameters
TSchema
TOutput
=
unknown
Index
Methods
safe
Parse
Methods
safe
Parse
safeParse
(
schema
:
TSchema
,
value
:
unknown
)
:
ValidationAdapterResult
<
TOutput
>
Parameters
schema
:
TSchema
value
:
unknown
Returns
ValidationAdapterResult
<
TOutput
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
safe
Parse
node-env
Loading...
Adapter used to bridge external schema libraries into the local validator contract.