Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/validatte/mod.ts>lengthGreaterOrEqual

A Savory Class validator for Deno
Go to Latest
variable lengthGreaterOrEqual
Re-export
import { lengthGreaterOrEqual } from "https://deno.land/x/validatte@0.7.1/mod.ts";

type

(str: string, minLength: number) => unknown