🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@eslint-react/eff

Package Overview
Dependencies
Maintainers
1
Versions
672
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-react/eff - npm Package Compare versions

Comparing version

to
1.52.3-beta.2

10

dist/index.d.ts
/**
* 1-byte version `undefined`, produces fewer bytes than `undefined` or `void 0` in output files.
* alias for `undefined`
*/
type _ = undefined;
type unit = undefined;
/**
* 1-byte version `undefined`, produces fewer bytes than `undefined` or `void 0` in output files.
* alias for `undefined`
*/
declare const _: undefined;
declare const unit: undefined;
type Pretty<T> = {

@@ -431,2 +431,2 @@ [P in keyof T]: T[P];

export { type NarrowedTo, type Pretty, _, absurd, apply, chunk, compose, constFalse, constNull, constTrue, constVoid, constant, dual, flip, flow, getOrElse, getOrElseUpdate, identity, isArray, isFunction, isObject, isTruthy, not, or, pipe, pipeArguments, tryAddToSet, tupled, untupled, zipWith };
export { type NarrowedTo, type Pretty, absurd, apply, chunk, compose, constFalse, constNull, constTrue, constVoid, constant, dual, flip, flow, getOrElse, getOrElseUpdate, identity, isArray, isFunction, isObject, isTruthy, not, or, pipe, pipeArguments, tryAddToSet, tupled, unit, untupled, zipWith };
'use strict';
// src/index.ts
var _ = void 0;
var unit = void 0;
function not(predicate) {

@@ -81,3 +81,3 @@ return (data) => !predicate(data);

var compose = dual(2, (ab, bc) => (a) => bc(ab(a)));
var absurd = (_2) => {
var absurd = (_) => {
throw new Error("Called `absurd` function which should be uncallable");

@@ -199,3 +199,2 @@ };

exports._ = _;
exports.absurd = absurd;

@@ -226,3 +225,4 @@ exports.apply = apply;

exports.tupled = tupled;
exports.unit = unit;
exports.untupled = untupled;
exports.zipWith = zipWith;
{
"name": "@eslint-react/eff",
"version": "1.52.3-beta.1",
"version": "1.52.3-beta.2",
"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