UNPKG

a11y-checker

Version:

Identifies accessibility issues in your code.

6 lines (4 loc) 176 B
const toLower = string => string.toLowerCase(); const isEmpty = string => string.trim() === ''; const isNull = element => element === null; export {toLower, isEmpty, isNull};