@eslint-react/eff
Advanced tools
Comparing version
@@ -35,2 +35,6 @@ /** | ||
/** | ||
* Do nothing and return null | ||
*/ | ||
declare function constNull(): null; | ||
/** | ||
* Do nothing and return true | ||
@@ -282,2 +286,2 @@ */ | ||
export { type NarrowedTo, type Pretty, _, chunk, constFalse, constTrue, constVoid, constant, dual, flip, flow, getOrUpdate, identity, isArray, isObject, isTruthy, not, or, pipe, tryAddToSet, zipWith }; | ||
export { type NarrowedTo, type Pretty, _, chunk, constFalse, constNull, constTrue, constVoid, constant, dual, flip, flow, getOrUpdate, identity, isArray, isObject, isTruthy, not, or, pipe, tryAddToSet, zipWith }; |
@@ -13,2 +13,5 @@ 'use strict'; | ||
} | ||
function constNull() { | ||
return null; | ||
} | ||
function constTrue() { | ||
@@ -201,2 +204,3 @@ return true; | ||
exports.constFalse = constFalse; | ||
exports.constNull = constNull; | ||
exports.constTrue = constTrue; | ||
@@ -203,0 +207,0 @@ exports.constVoid = constVoid; |
{ | ||
"name": "@eslint-react/eff", | ||
"version": "1.42.2-next.2", | ||
"version": "1.42.2-next.3", | ||
"description": "JavaScript and TypeScript utilities (previously some re-exports of the effect library).", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/Rel1cx/eslint-react", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
47409
0.62%706
1.58%