@eslint-react/eff
Advanced tools
Comparing version
@@ -343,2 +343,3 @@ /** | ||
* @param a - The value to pipe. | ||
* @param args | ||
* @since 1.0.0 | ||
@@ -372,2 +373,10 @@ */ | ||
* @param ab - The first function to apply. | ||
* @param bc | ||
* @param cd | ||
* @param de | ||
* @param ef | ||
* @param fg | ||
* @param gh | ||
* @param hi | ||
* @param ij | ||
* @example | ||
@@ -374,0 +383,0 @@ * ```ts |
@@ -1,3 +0,1 @@ | ||
'use strict'; | ||
// src/index.ts | ||
@@ -198,29 +196,2 @@ var unit = void 0; | ||
exports.absurd = absurd; | ||
exports.apply = apply; | ||
exports.chunk = chunk; | ||
exports.compose = compose; | ||
exports.constFalse = constFalse; | ||
exports.constNull = constNull; | ||
exports.constTrue = constTrue; | ||
exports.constVoid = constVoid; | ||
exports.constant = constant; | ||
exports.dual = dual; | ||
exports.flip = flip; | ||
exports.flow = flow; | ||
exports.getOrElse = getOrElse; | ||
exports.getOrElseUpdate = getOrElseUpdate; | ||
exports.identity = identity; | ||
exports.isArray = isArray; | ||
exports.isFunction = isFunction; | ||
exports.isObject = isObject; | ||
exports.isTruthy = isTruthy; | ||
exports.not = not; | ||
exports.or = or; | ||
exports.pipe = pipe; | ||
exports.pipeArguments = pipeArguments; | ||
exports.tryAddToSet = tryAddToSet; | ||
exports.tupled = tupled; | ||
exports.unit = unit; | ||
exports.untupled = untupled; | ||
exports.zipWith = zipWith; | ||
export { 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 }; |
{ | ||
"name": "@eslint-react/eff", | ||
"version": "1.52.3-next.6", | ||
"version": "2.0.0-beta.0", | ||
"description": "JavaScript and TypeScript utilities (previously some re-exports of the effect library).", | ||
@@ -17,18 +17,10 @@ "homepage": "https://github.com/Rel1cx/eslint-react", | ||
"sideEffects": false, | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
@@ -44,3 +36,3 @@ "dist", | ||
"bun": ">=1.0.15", | ||
"node": ">=18.18.0" | ||
"node": ">=20.19.0" | ||
}, | ||
@@ -47,0 +39,0 @@ "scripts": { |
Yes
NaN29378
-48.59%4
-33.33%643
-24.97%