UNPKG

@thi.ng/checks

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