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

x/valibot/mod.ts>emoji

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

Creates an emoji validation action.

Type Parameters

TInput extends string

Returns

EmojiAction<TInput, undefined>

An emoji action.

Creates an emoji validation action.

Type Parameters

TInput extends string
TMessage extends ErrorMessage<EmojiIssue<TInput>> | undefined

Parameters

message: TMessage

The error message.