Browse documentation

hasMinLength

Checks whether a value reaches a minimum length.

Table of contents

Category

Value

Import

js
import { hasMinLength } from "valyrian.js/utils";

Public signature

ts
(value: any, length: number): boolean

Parameters

ts
value: any, length: number

Result

ts
boolean