UNPKG

70 BJavaScriptView Raw
1export const hasMaxLength = (len, x) => x != null && x.length <= len;