UNPKG

yhtml5-test

Version:

A test framework for front-end projects

6 lines (4 loc) 106 B
const isArrayNotEmpty = (value) => Array.isArray(value) && value.length > 0 export { isArrayNotEmpty }