This commit is contained in:
7
node_modules/apollo-client/util/arrays.js
generated
vendored
Normal file
7
node_modules/apollo-client/util/arrays.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
function isNonEmptyArray(value) {
|
||||
return Array.isArray(value) && value.length > 0;
|
||||
}
|
||||
exports.isNonEmptyArray = isNonEmptyArray;
|
||||
//# sourceMappingURL=arrays.js.map
|
||||
Reference in New Issue
Block a user