Skip to main content
Module

x/valibot/mod.ts>EndsWithValidation

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias EndsWithValidation
import { type EndsWithValidation } from "https://deno.land/x/valibot@v0.29.0/mod.ts";

Ends with validation type.

Type Parameters

TInput extends string
TRequirement extends string
definition: BaseValidation<TInput> & { type: "ends_with"; requirement: TRequirement; }