Beignet API reference
Preparing search index...
@beignet/core
config
parseStandardSchemaAsync
Function parseStandardSchemaAsync
parseStandardSchemaAsync
<
Schema
extends
StandardSchemaV1
<
unknown
,
unknown
>
>
(
schema
:
Schema
,
input
:
unknown
,
)
:
Promise
<
InferOutput
<
Schema
>
>
Validate input with a Standard Schema that may be synchronous or async.
Type Parameters
Schema
extends
StandardSchemaV1
<
unknown
,
unknown
>
Parameters
schema
:
Schema
input
:
unknown
Returns
Promise
<
InferOutput
<
Schema
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Beignet API reference
Loading...
Validate input with a Standard Schema that may be synchronous or async.