"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (value, min) => typeof value === 'string' && value.length >= min; //# sourceMappingURL=min-length.js.map