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

x/validatte/mod.ts>lengthLower

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

type

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