UNPKG

243 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3function isNonEmptyArray(value) {
4 return Array.isArray(value) && value.length > 0;
5}
6exports.isNonEmptyArray = isNonEmptyArray;
7//# sourceMappingURL=arrays.js.map
\No newline at end of file