@eslint-react/eff
Advanced tools
Comparing version 1.26.3-beta.3 to 1.26.3-beta.4
'use strict'; | ||
// src/index.ts | ||
var _ = undefined; | ||
var _ = void 0; | ||
function identity(x) { | ||
@@ -176,4 +176,4 @@ return x; | ||
function concatenate(array1, array2) { | ||
if (array2 === undefined || array2.length === 0) return array1; | ||
if (array1 === undefined || array1.length === 0) return array2; | ||
if (array2 === void 0 || array2.length === 0) return array1; | ||
if (array1 === void 0 || array1.length === 0) return array2; | ||
return [...array1, ...array2]; | ||
@@ -180,0 +180,0 @@ } |
{ | ||
"name": "@eslint-react/eff", | ||
"version": "1.26.3-beta.3", | ||
"version": "1.26.3-beta.4", | ||
"description": "JavaScript and TypeScript utilities (previously some re-exports of the effect library).", | ||
@@ -39,3 +39,3 @@ "homepage": "https://github.com/Rel1cx/eslint-react", | ||
"tsup": "^8.3.6", | ||
"@workspace/configs": "0.0.0" | ||
"@local/configs": "0.0.0" | ||
}, | ||
@@ -42,0 +42,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
48088