UNPKG

vuito

Version:

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

7 lines (5 loc) 152 B
function minLength (min) { return (value) => !value || min <= value.length; } export { minLength as m }; //# sourceMappingURL=minLength.esm.js.map