UNPKG

@thi.ng/checks

Version:
2 lines (1 loc) 70 B
export const hasMaxLength = (len, x) => x != null && x.length <= len;