UNPKG

@makeen.io/material-ui-kit

Version:
4 lines 306 B
import _ from "lodash"; export default (function (_ref) {var _ref$schema = _ref.schema,max = _ref$schema.max,type = _ref$schema.type,message = _ref.validation.max;return _.isNumber(max) && type === "number" && ["max", _.template(message)({ model: { max: max } }), max];}); //# sourceMappingURL=max.js.map