The Standard Schema properties interface.
• Input = unknown
• Output = Input
readonly
optional
types:StandardTypes
<Input
,Output
>
Inferred types associated with the schema.
node_modules/.pnpm/@standard-schema+spec@1.0.0-beta.3/node_modules/@standard-schema/spec/dist/index.d.ts:30
readonly
validate: (value
) =>StandardResult
<Output
> |Promise
<StandardResult
<Output
>>
Validates unknown input values.
• value: unknown
StandardResult
<Output
> | Promise
<StandardResult
<Output
>>
node_modules/.pnpm/@standard-schema+spec@1.0.0-beta.3/node_modules/@standard-schema/spec/dist/index.d.ts:26
readonly
vendor:string
The vendor name of the schema library.
node_modules/.pnpm/@standard-schema+spec@1.0.0-beta.3/node_modules/@standard-schema/spec/dist/index.d.ts:22
readonly
version:1
The version number of the standard.
node_modules/.pnpm/@standard-schema+spec@1.0.0-beta.3/node_modules/@standard-schema/spec/dist/index.d.ts:18