Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/src/index.ts>ImeiValidation

The modular and type safe schema library for validating structural data 🤖
Go to Latest
type alias ImeiValidation
import { type ImeiValidation } from "https://deno.land/x/valibot@v0.24.0/src/index.ts";

IMEI validation type.

Type Parameters

TInput extends string
definition: BaseValidation<TInput> & { type: "imei"; requirement: [RegExp, (input: string) => boolean]; }