Files
RoggioApp/node_modules/effect/dist/esm/internal/array.js
T
2026-04-26 19:42:42 +02:00

6 lines
130 B
JavaScript
Executable File

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