Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/mod.ts>StartsWithAction

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

Starts with action type.

Type Parameters

TInput extends string
TRequirement extends string
TMessage extends ErrorMessage<StartsWithIssue<TInput, TRequirement>> | undefined

Properties

readonly
type: "starts_with"

The action type.

readonly
reference: startsWith

The action reference.

readonly
expects: `"${TRequirement}"`

The expected property.

readonly
requirement: TRequirement

The start string.

readonly
message: TMessage

The error message.