UNPKG

vuito

Version:

Simple, lightweight, isomorphic, and template-based validation library.

9 lines (6 loc) 171 B
'use strict'; function minLength (min) { return (value) => !value || min <= value.length; } exports.minLength = minLength; //# sourceMappingURL=minLength.cjs.js.map