UNPKG

vuito

Version:

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

9 lines (6 loc) 164 B
'use strict'; function maxValue (min) { return (value) => parseInt(value, 10) <= min; } exports.maxValue = maxValue; //# sourceMappingURL=maxValue.cjs.js.map