Files
ospab.host/node_modules/effect/dist/esm/internal/array.js
2025-09-15 18:10:26 +03:00

6 lines
130 B
JavaScript

/**
* @since 2.0.0
*/
/** @internal */
export const isNonEmptyArray = self => self.length > 0;
//# sourceMappingURL=array.js.map