Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/src/index.ts>_getStandardProps

The modular and type safe schema library for validating structural data 🤖
Latest
function _getStandardProps
Re-export
import { _getStandardProps } from "https://deno.land/x/valibot@v1.0.0-beta.5/src/index.ts";

Returns the Standard Schema properties.

Type Parameters

TSchema extends BaseSchema<unknown, unknown, BaseIssue<unknown>> | BaseSchemaAsync<unknown, unknown, BaseIssue<unknown>>

Parameters

context: TSchema

The schema context.