import { value } from "https://deno.land/x/valibot@v0.5.0/src/index.ts";
Creates a validation functions that validates the value of a string or number.
Type Parameters
TRequirement extends TInput
Parameters
requirement: TRequirement
The value.
import { value } from "https://deno.land/x/valibot@v0.5.0/src/index.ts";
Creates a validation functions that validates the value of a string or number.
The value.