Strickland
Search
⌃K
Readme
Introduction
Extensibility
Built-In Validators
required
compare
min
max
range
minLength
maxLength
length
Composition
Async Validation
Form Validation
Inspiration
Design Goals
Wrap-Up
Change Log
NPM
GitHub
Powered By
GitBook
Built-In Validators
Strickland provides a small set of fundamental validators, serving as the core building blocks that your applications can use. All built-in validators use the validator factory pattern and are provided as named exports.
required
compare
min
max
range
minLength
maxLength
length
Previous
formatResult
Next
required
Last modified
2yr ago