@eslint-react/eff
Advanced tools
Comparing version 1.24.0-next.0 to 1.24.0-next.1
@@ -224,3 +224,3 @@ type Pretty<T> = { | ||
/** | ||
* 1-byte version undefined, produces fewer bytes than `undefined` or `void 0` in the minified output d.ts. | ||
* 1-byte version undefined, produces fewer bytes than `undefined` or `void 0` in the minified output dts. | ||
*/ | ||
@@ -243,3 +243,3 @@ type _ = undefined; | ||
*/ | ||
declare function returnVoid(): _; | ||
declare function returnVoid(): undefined; | ||
/** | ||
@@ -246,0 +246,0 @@ * Returns its argument. |
@@ -172,3 +172,3 @@ 'use strict'; | ||
function returnVoid() { | ||
return _; | ||
return undefined; | ||
} | ||
@@ -175,0 +175,0 @@ function identity(x) { |
{ | ||
"name": "@eslint-react/eff", | ||
"version": "1.24.0-next.0", | ||
"version": "1.24.0-next.1", | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
48976
0