UNPKG

vuito

Version:

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

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