extra-function
Advanced tools
+1
-1
@@ -307,2 +307,2 @@ /** | ||
| export { ARGUMENTS, COMPARE, FALSE, IDENTITY, InvocationControl, NOOP, Resolver, TRUE, restrictAfter as after, apply, length as arity, attach, attachRight, restrictBefore as before, bind, call, compose, composeRight, contextify, curry, curryRight, debounce, debounceEarly, decontextify, defer, delay, reverse as flip, is, isAsync, isGenerator, length, memoize, name, negate, restrictOnce as once, attach as partial, attachRight as partialRight, restrict, restrictAfter, restrictBefore, restrictOnce, reverse, spread, throttle, throttleEarly, unspread }; | ||
| export { ARGUMENTS, COMPARE, FALSE, IDENTITY, type InvocationControl, NOOP, type Resolver, TRUE, restrictAfter as after, apply, length as arity, attach, attachRight, restrictBefore as before, bind, call, compose, composeRight, contextify, curry, curryRight, debounce, debounceEarly, decontextify, defer, delay, reverse as flip, is, isAsync, isGenerator, length, memoize, name, negate, restrictOnce as once, attach as partial, attachRight as partialRight, restrict, restrictAfter, restrictBefore, restrictOnce, reverse, spread, throttle, throttleEarly, unspread }; |
+8
-8
| { | ||
| "name": "extra-function", | ||
| "version": "1.1.32", | ||
| "version": "1.1.33", | ||
| "description": "A function is a set of statements that performs a task or calculates a value.", | ||
@@ -79,12 +79,12 @@ "main": "index.js", | ||
| "devDependencies": { | ||
| "@rollup/plugin-commonjs": "^24.1.0", | ||
| "@rollup/plugin-node-resolve": "^15.0.2", | ||
| "@types/jest": "^29.5.0", | ||
| "extra-build": "^2.2.42", | ||
| "@rollup/plugin-commonjs": "^25.0.7", | ||
| "@rollup/plugin-node-resolve": "^15.2.3", | ||
| "@types/jest": "^29.5.6", | ||
| "extra-build": "^2.2.43", | ||
| "extra-sleep": "^1.0.20", | ||
| "jest": "^29.5.0", | ||
| "jest": "^29.7.0", | ||
| "rollup-plugin-cleanup": "^3.2.1", | ||
| "rollup-plugin-dts": "^5.3.0", | ||
| "ts-jest": "^29.1.0" | ||
| "rollup-plugin-dts": "^6.1.0", | ||
| "ts-jest": "^29.1.1" | ||
| } | ||
| } |
38129
0.03%