UNPKG

@codeparticle/formal

Version:

A <2kb library for validating data of any kind

6 lines (3 loc) 134 B
import { ValidationRule } from '../types/index.js'; declare const minLength: (length: any) => ValidationRule; export { minLength };