Files
test/_node_modules/effect/dist/esm/internal/array.js
2026-02-20 16:06:40 +09:00

6 lines
130 B
JavaScript

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