UNPKG

78 BJavaScriptView Raw
1const hasMinLength = (len, x) => x?.length >= len;
2export {
3 hasMinLength
4};