hasMaxLength
Checks whether a value stays within a maximum length.
Table of contents
Category
Value
Import
jsimport { hasMaxLength } from "valyrian.js/utils";Public signature
ts(value: any, length: number): booleanParameters
tsvalue: any, length: numberResult
tsboolean