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

x/validatte/mod.ts>lengthGreater

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

type

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