UNPKG

130 BJavaScriptView Raw
1export function isNonEmptyArray(value) {
2 return Array.isArray(value) && value.length > 0;
3}
4//# sourceMappingURL=arrays.js.map
\No newline at end of file