UNPKG

199 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.default = (value, max) => typeof value === 'string' && value.length <= max;
4//# sourceMappingURL=max-length.js.map
\No newline at end of file