UNPKG

90 BJavaScriptView Raw
1const hasMinLength = (len, x) => x != null && x.length >= len;
2export {
3 hasMinLength
4};