UNPKG

vuito

Version:

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

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