kkrpc
Preparing search index...
@kunkun/kkrpc
StandardSchemaV1
Props
Interface Props<Input, Output>
interface
Props
<
Input
=
unknown
,
Output
=
Input
>
{
types
?:
Types
<
Input
,
Output
>
;
validate
:
(
value
:
unknown
,
options
?:
Options
,
)
=>
Result
<
Output
>
|
Promise
<
Result
<
Output
>
>
;
vendor
:
string
;
version
:
1
;
}
Type Parameters
Input
=
unknown
Output
=
Input
Index
Properties
types?
validate
vendor
version
Properties
Optional
Readonly
types
types
?:
Types
<
Input
,
Output
>
Readonly
validate
validate
:
(
value
:
unknown
,
options
?:
Options
,
)
=>
Result
<
Output
>
|
Promise
<
Result
<
Output
>
>
Readonly
vendor
vendor
:
string
Readonly
version
version
:
1
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
types
validate
vendor
version
kkrpc
Loading...