function rawCheckimport { rawCheck } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/src/actions/rawCheck/rawCheck.ts"; rawCheck<TInput>(action: (context: Context<TInput>) => void): RawCheckAction<TInput>Creates a raw check validation action. Type ParametersTInputParametersaction: (context: Context<TInput>) => voidThe validation action. ReturnsRawCheckAction<TInput>A raw check action.