UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

4 lines 130 B
export function isNonEmptyArray(value) { return Array.isArray(value) && value.length > 0; } //# sourceMappingURL=arrays.js.map