es-toolkit 1.47.0 → 1.47.1-dev.1851
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/LICENSE +1 -5
- package/README.md +1 -1
- package/compat/add.d.mts +1 -0
- package/compat/add.mjs +1 -0
- package/compat/after.d.mts +1 -0
- package/compat/after.mjs +1 -0
- package/compat/ary.d.mts +1 -0
- package/compat/ary.mjs +1 -0
- package/compat/assign.d.mts +1 -0
- package/compat/assign.mjs +1 -0
- package/compat/assignIn.d.mts +1 -0
- package/compat/assignIn.mjs +1 -0
- package/compat/assignInWith.d.mts +1 -0
- package/compat/assignInWith.mjs +1 -0
- package/compat/assignWith.d.mts +1 -0
- package/compat/assignWith.mjs +1 -0
- package/compat/at.d.mts +1 -0
- package/compat/at.mjs +1 -0
- package/compat/attempt.d.mts +1 -0
- package/compat/attempt.mjs +1 -0
- package/compat/before.d.mts +1 -0
- package/compat/before.mjs +1 -0
- package/compat/bind.d.mts +1 -0
- package/compat/bind.mjs +1 -0
- package/compat/bindAll.d.mts +1 -0
- package/compat/bindAll.mjs +1 -0
- package/compat/bindKey.d.mts +1 -0
- package/compat/bindKey.mjs +1 -0
- package/compat/camelCase.d.mts +1 -0
- package/compat/camelCase.mjs +1 -0
- package/compat/capitalize.d.mts +1 -0
- package/compat/capitalize.mjs +1 -0
- package/compat/castArray.d.mts +1 -0
- package/compat/castArray.mjs +1 -0
- package/compat/ceil.d.mts +1 -0
- package/compat/ceil.mjs +1 -0
- package/compat/chunk.d.mts +1 -0
- package/compat/chunk.mjs +1 -0
- package/compat/clamp.d.mts +1 -0
- package/compat/clamp.mjs +1 -0
- package/compat/clone.d.mts +1 -0
- package/compat/clone.mjs +1 -0
- package/compat/cloneDeep.d.mts +1 -0
- package/compat/cloneDeep.mjs +1 -0
- package/compat/cloneDeepWith.d.mts +1 -0
- package/compat/cloneDeepWith.mjs +1 -0
- package/compat/cloneWith.d.mts +1 -0
- package/compat/cloneWith.mjs +1 -0
- package/compat/compact.d.mts +1 -0
- package/compat/compact.mjs +1 -0
- package/compat/concat.d.mts +1 -0
- package/compat/concat.mjs +1 -0
- package/compat/cond.d.mts +1 -0
- package/compat/cond.mjs +1 -0
- package/compat/conforms.d.mts +1 -0
- package/compat/conforms.mjs +1 -0
- package/compat/conformsTo.d.mts +1 -0
- package/compat/conformsTo.mjs +1 -0
- package/compat/constant.d.mts +1 -0
- package/compat/constant.mjs +1 -0
- package/compat/countBy.d.mts +1 -0
- package/compat/countBy.mjs +1 -0
- package/compat/create.d.mts +1 -0
- package/compat/create.mjs +1 -0
- package/compat/curry.d.mts +1 -0
- package/compat/curry.mjs +1 -0
- package/compat/curryRight.d.mts +1 -0
- package/compat/curryRight.mjs +1 -0
- package/compat/debounce.d.mts +1 -0
- package/compat/debounce.mjs +1 -0
- package/compat/deburr.d.mts +1 -0
- package/compat/deburr.mjs +1 -0
- package/compat/defaultTo.d.mts +1 -0
- package/compat/defaultTo.mjs +1 -0
- package/compat/defaults.d.mts +1 -0
- package/compat/defaults.mjs +1 -0
- package/compat/defaultsDeep.d.mts +1 -0
- package/compat/defaultsDeep.mjs +1 -0
- package/compat/defer.d.mts +1 -0
- package/compat/defer.mjs +1 -0
- package/compat/delay.d.mts +1 -0
- package/compat/delay.mjs +1 -0
- package/compat/difference.d.mts +1 -0
- package/compat/difference.mjs +1 -0
- package/compat/differenceBy.d.mts +1 -0
- package/compat/differenceBy.mjs +1 -0
- package/compat/differenceWith.d.mts +1 -0
- package/compat/differenceWith.mjs +1 -0
- package/compat/divide.d.mts +1 -0
- package/compat/divide.mjs +1 -0
- package/compat/drop.d.mts +1 -0
- package/compat/drop.mjs +1 -0
- package/compat/dropRight.d.mts +1 -0
- package/compat/dropRight.mjs +1 -0
- package/compat/dropRightWhile.d.mts +1 -0
- package/compat/dropRightWhile.mjs +1 -0
- package/compat/dropWhile.d.mts +1 -0
- package/compat/dropWhile.mjs +1 -0
- package/compat/each.d.mts +1 -0
- package/compat/each.mjs +1 -0
- package/compat/eachRight.d.mts +1 -0
- package/compat/eachRight.mjs +1 -0
- package/compat/endsWith.d.mts +1 -0
- package/compat/endsWith.mjs +1 -0
- package/compat/eq.d.mts +1 -0
- package/compat/eq.mjs +1 -0
- package/compat/escape.d.mts +1 -0
- package/compat/escape.mjs +1 -0
- package/compat/escapeRegExp.d.mts +1 -0
- package/compat/escapeRegExp.mjs +1 -0
- package/compat/every.d.mts +1 -0
- package/compat/every.mjs +1 -0
- package/compat/extend.d.mts +1 -0
- package/compat/extend.mjs +1 -0
- package/compat/extendWith.d.mts +1 -0
- package/compat/extendWith.mjs +1 -0
- package/compat/fill.d.mts +1 -0
- package/compat/fill.mjs +1 -0
- package/compat/filter.d.mts +1 -0
- package/compat/filter.mjs +1 -0
- package/compat/find.d.mts +1 -0
- package/compat/find.mjs +1 -0
- package/compat/findIndex.d.mts +1 -0
- package/compat/findIndex.mjs +1 -0
- package/compat/findKey.d.mts +1 -0
- package/compat/findKey.mjs +1 -0
- package/compat/findLast.d.mts +1 -0
- package/compat/findLast.mjs +1 -0
- package/compat/findLastIndex.d.mts +1 -0
- package/compat/findLastIndex.mjs +1 -0
- package/compat/findLastKey.d.mts +1 -0
- package/compat/findLastKey.mjs +1 -0
- package/compat/first.d.mts +1 -0
- package/compat/first.mjs +1 -0
- package/compat/flatMap.d.mts +1 -0
- package/compat/flatMap.mjs +1 -0
- package/compat/flatMapDeep.d.mts +1 -0
- package/compat/flatMapDeep.mjs +1 -0
- package/compat/flatMapDepth.d.mts +1 -0
- package/compat/flatMapDepth.mjs +1 -0
- package/compat/flatten.d.mts +1 -0
- package/compat/flatten.mjs +1 -0
- package/compat/flattenDeep.d.mts +1 -0
- package/compat/flattenDeep.mjs +1 -0
- package/compat/flattenDepth.d.mts +1 -0
- package/compat/flattenDepth.mjs +1 -0
- package/compat/flip.d.mts +1 -0
- package/compat/flip.mjs +1 -0
- package/compat/floor.d.mts +1 -0
- package/compat/floor.mjs +1 -0
- package/compat/flow.d.mts +1 -0
- package/compat/flow.mjs +1 -0
- package/compat/flowRight.d.mts +1 -0
- package/compat/flowRight.mjs +1 -0
- package/compat/forEach.d.mts +1 -0
- package/compat/forEach.mjs +1 -0
- package/compat/forEachRight.d.mts +1 -0
- package/compat/forEachRight.mjs +1 -0
- package/compat/forIn.d.mts +1 -0
- package/compat/forIn.mjs +1 -0
- package/compat/forInRight.d.mts +1 -0
- package/compat/forInRight.mjs +1 -0
- package/compat/forOwn.d.mts +1 -0
- package/compat/forOwn.mjs +1 -0
- package/compat/forOwnRight.d.mts +1 -0
- package/compat/forOwnRight.mjs +1 -0
- package/compat/fromPairs.d.mts +1 -0
- package/compat/fromPairs.mjs +1 -0
- package/compat/functions.d.mts +1 -0
- package/compat/functions.mjs +1 -0
- package/compat/functionsIn.d.mts +1 -0
- package/compat/functionsIn.mjs +1 -0
- package/compat/get.d.mts +1 -0
- package/compat/get.mjs +1 -0
- package/compat/groupBy.d.mts +1 -0
- package/compat/groupBy.mjs +1 -0
- package/compat/gt.d.mts +1 -0
- package/compat/gt.mjs +1 -0
- package/compat/gte.d.mts +1 -0
- package/compat/gte.mjs +1 -0
- package/compat/has.d.mts +1 -0
- package/compat/has.mjs +1 -0
- package/compat/hasIn.d.mts +1 -0
- package/compat/hasIn.mjs +1 -0
- package/compat/head.d.mts +1 -0
- package/compat/head.mjs +1 -0
- package/compat/identity.d.mts +1 -0
- package/compat/identity.mjs +1 -0
- package/compat/inRange.d.mts +1 -0
- package/compat/inRange.mjs +1 -0
- package/compat/includes.d.mts +1 -0
- package/compat/includes.mjs +1 -0
- package/compat/indexOf.d.mts +1 -0
- package/compat/indexOf.mjs +1 -0
- package/compat/initial.d.mts +1 -0
- package/compat/initial.mjs +1 -0
- package/compat/intersection.d.mts +1 -0
- package/compat/intersection.mjs +1 -0
- package/compat/intersectionBy.d.mts +1 -0
- package/compat/intersectionBy.mjs +1 -0
- package/compat/intersectionWith.d.mts +1 -0
- package/compat/intersectionWith.mjs +1 -0
- package/compat/invert.d.mts +1 -0
- package/compat/invert.mjs +1 -0
- package/compat/invertBy.d.mts +1 -0
- package/compat/invertBy.mjs +1 -0
- package/compat/invoke.d.mts +1 -0
- package/compat/invoke.mjs +1 -0
- package/compat/invokeMap.d.mts +1 -0
- package/compat/invokeMap.mjs +1 -0
- package/compat/isArguments.d.mts +1 -0
- package/compat/isArguments.mjs +1 -0
- package/compat/isArray.d.mts +1 -0
- package/compat/isArray.mjs +1 -0
- package/compat/isArrayBuffer.d.mts +1 -0
- package/compat/isArrayBuffer.mjs +1 -0
- package/compat/isArrayLike.d.mts +1 -0
- package/compat/isArrayLike.mjs +1 -0
- package/compat/isArrayLikeObject.d.mts +1 -0
- package/compat/isArrayLikeObject.mjs +1 -0
- package/compat/isBoolean.d.mts +1 -0
- package/compat/isBoolean.mjs +1 -0
- package/compat/isBuffer.d.mts +1 -0
- package/compat/isBuffer.mjs +1 -0
- package/compat/isDate.d.mts +1 -0
- package/compat/isDate.mjs +1 -0
- package/compat/isElement.d.mts +1 -0
- package/compat/isElement.mjs +1 -0
- package/compat/isEmpty.d.mts +1 -0
- package/compat/isEmpty.mjs +1 -0
- package/compat/isEqual.d.mts +1 -0
- package/compat/isEqual.mjs +1 -0
- package/compat/isEqualWith.d.mts +1 -0
- package/compat/isEqualWith.mjs +1 -0
- package/compat/isError.d.mts +1 -0
- package/compat/isError.mjs +1 -0
- package/compat/isFinite.d.mts +1 -0
- package/compat/isFinite.mjs +1 -0
- package/compat/isFunction.d.mts +1 -0
- package/compat/isFunction.mjs +1 -0
- package/compat/isInteger.d.mts +1 -0
- package/compat/isInteger.mjs +1 -0
- package/compat/isLength.d.mts +1 -0
- package/compat/isLength.mjs +1 -0
- package/compat/isMap.d.mts +1 -0
- package/compat/isMap.mjs +1 -0
- package/compat/isMatch.d.mts +1 -0
- package/compat/isMatch.mjs +1 -0
- package/compat/isMatchWith.d.mts +1 -0
- package/compat/isMatchWith.mjs +1 -0
- package/compat/isNaN.d.mts +1 -0
- package/compat/isNaN.mjs +1 -0
- package/compat/isNative.d.mts +1 -0
- package/compat/isNative.mjs +1 -0
- package/compat/isNil.d.mts +1 -0
- package/compat/isNil.mjs +1 -0
- package/compat/isNull.d.mts +1 -0
- package/compat/isNull.mjs +1 -0
- package/compat/isNumber.d.mts +1 -0
- package/compat/isNumber.mjs +1 -0
- package/compat/isObject.d.mts +1 -0
- package/compat/isObject.mjs +1 -0
- package/compat/isObjectLike.d.mts +1 -0
- package/compat/isObjectLike.mjs +1 -0
- package/compat/isPlainObject.d.mts +1 -0
- package/compat/isPlainObject.mjs +1 -0
- package/compat/isRegExp.d.mts +1 -0
- package/compat/isRegExp.mjs +1 -0
- package/compat/isSafeInteger.d.mts +1 -0
- package/compat/isSafeInteger.mjs +1 -0
- package/compat/isSet.d.mts +1 -0
- package/compat/isSet.mjs +1 -0
- package/compat/isString.d.mts +1 -0
- package/compat/isString.mjs +1 -0
- package/compat/isSymbol.d.mts +1 -0
- package/compat/isSymbol.mjs +1 -0
- package/compat/isTypedArray.d.mts +1 -0
- package/compat/isTypedArray.mjs +1 -0
- package/compat/isUndefined.d.mts +1 -0
- package/compat/isUndefined.mjs +1 -0
- package/compat/isWeakMap.d.mts +1 -0
- package/compat/isWeakMap.mjs +1 -0
- package/compat/isWeakSet.d.mts +1 -0
- package/compat/isWeakSet.mjs +1 -0
- package/compat/iteratee.d.mts +1 -0
- package/compat/iteratee.mjs +1 -0
- package/compat/join.d.mts +1 -0
- package/compat/join.mjs +1 -0
- package/compat/kebabCase.d.mts +1 -0
- package/compat/kebabCase.mjs +1 -0
- package/compat/keyBy.d.mts +1 -0
- package/compat/keyBy.mjs +1 -0
- package/compat/keys.d.mts +1 -0
- package/compat/keys.mjs +1 -0
- package/compat/keysIn.d.mts +1 -0
- package/compat/keysIn.mjs +1 -0
- package/compat/last.d.mts +1 -0
- package/compat/last.mjs +1 -0
- package/compat/lastIndexOf.d.mts +1 -0
- package/compat/lastIndexOf.mjs +1 -0
- package/compat/lowerCase.d.mts +1 -0
- package/compat/lowerCase.mjs +1 -0
- package/compat/lowerFirst.d.mts +1 -0
- package/compat/lowerFirst.mjs +1 -0
- package/compat/lt.d.mts +1 -0
- package/compat/lt.mjs +1 -0
- package/compat/lte.d.mts +1 -0
- package/compat/lte.mjs +1 -0
- package/compat/map.d.mts +1 -0
- package/compat/map.mjs +1 -0
- package/compat/mapKeys.d.mts +1 -0
- package/compat/mapKeys.mjs +1 -0
- package/compat/mapValues.d.mts +1 -0
- package/compat/mapValues.mjs +1 -0
- package/compat/matches.d.mts +1 -0
- package/compat/matches.mjs +1 -0
- package/compat/matchesProperty.d.mts +1 -0
- package/compat/matchesProperty.mjs +1 -0
- package/compat/max.d.mts +1 -0
- package/compat/max.mjs +1 -0
- package/compat/maxBy.d.mts +1 -0
- package/compat/maxBy.mjs +1 -0
- package/compat/mean.d.mts +1 -0
- package/compat/mean.mjs +1 -0
- package/compat/meanBy.d.mts +1 -0
- package/compat/meanBy.mjs +1 -0
- package/compat/memoize.d.mts +1 -0
- package/compat/memoize.mjs +1 -0
- package/compat/merge.d.mts +1 -0
- package/compat/merge.mjs +1 -0
- package/compat/mergeWith.d.mts +1 -0
- package/compat/mergeWith.mjs +1 -0
- package/compat/method.d.mts +1 -0
- package/compat/method.mjs +1 -0
- package/compat/methodOf.d.mts +1 -0
- package/compat/methodOf.mjs +1 -0
- package/compat/min.d.mts +1 -0
- package/compat/min.mjs +1 -0
- package/compat/minBy.d.mts +1 -0
- package/compat/minBy.mjs +1 -0
- package/compat/multiply.d.mts +1 -0
- package/compat/multiply.mjs +1 -0
- package/compat/negate.d.mts +1 -0
- package/compat/negate.mjs +1 -0
- package/compat/noop.d.mts +1 -0
- package/compat/noop.mjs +1 -0
- package/compat/now.d.mts +1 -0
- package/compat/now.mjs +1 -0
- package/compat/nth.d.mts +1 -0
- package/compat/nth.mjs +1 -0
- package/compat/nthArg.d.mts +1 -0
- package/compat/nthArg.mjs +1 -0
- package/compat/omit.d.mts +1 -0
- package/compat/omit.mjs +1 -0
- package/compat/omitBy.d.mts +1 -0
- package/compat/omitBy.mjs +1 -0
- package/compat/once.d.mts +1 -0
- package/compat/once.mjs +1 -0
- package/compat/orderBy.d.mts +1 -0
- package/compat/orderBy.mjs +1 -0
- package/compat/over.d.mts +1 -0
- package/compat/over.mjs +1 -0
- package/compat/overArgs.d.mts +1 -0
- package/compat/overArgs.mjs +1 -0
- package/compat/overEvery.d.mts +1 -0
- package/compat/overEvery.mjs +1 -0
- package/compat/overSome.d.mts +1 -0
- package/compat/overSome.mjs +1 -0
- package/compat/pad.d.mts +1 -0
- package/compat/pad.mjs +1 -0
- package/compat/padEnd.d.mts +1 -0
- package/compat/padEnd.mjs +1 -0
- package/compat/padStart.d.mts +1 -0
- package/compat/padStart.mjs +1 -0
- package/compat/parseInt.d.mts +1 -0
- package/compat/parseInt.mjs +1 -0
- package/compat/partial.d.mts +1 -0
- package/compat/partial.mjs +1 -0
- package/compat/partialRight.d.mts +1 -0
- package/compat/partialRight.mjs +1 -0
- package/compat/partition.d.mts +1 -0
- package/compat/partition.mjs +1 -0
- package/compat/pick.d.mts +1 -0
- package/compat/pick.mjs +1 -0
- package/compat/pickBy.d.mts +1 -0
- package/compat/pickBy.mjs +1 -0
- package/compat/property.d.mts +1 -0
- package/compat/property.mjs +1 -0
- package/compat/propertyOf.d.mts +1 -0
- package/compat/propertyOf.mjs +1 -0
- package/compat/pull.d.mts +1 -0
- package/compat/pull.mjs +1 -0
- package/compat/pullAll.d.mts +1 -0
- package/compat/pullAll.mjs +1 -0
- package/compat/pullAllBy.d.mts +1 -0
- package/compat/pullAllBy.mjs +1 -0
- package/compat/pullAllWith.d.mts +1 -0
- package/compat/pullAllWith.mjs +1 -0
- package/compat/pullAt.d.mts +1 -0
- package/compat/pullAt.mjs +1 -0
- package/compat/random.d.mts +1 -0
- package/compat/random.mjs +1 -0
- package/compat/range.d.mts +1 -0
- package/compat/range.mjs +1 -0
- package/compat/rangeRight.d.mts +1 -0
- package/compat/rangeRight.mjs +1 -0
- package/compat/rearg.d.mts +1 -0
- package/compat/rearg.mjs +1 -0
- package/compat/reduce.d.mts +1 -0
- package/compat/reduce.mjs +1 -0
- package/compat/reduceRight.d.mts +1 -0
- package/compat/reduceRight.mjs +1 -0
- package/compat/reject.d.mts +1 -0
- package/compat/reject.mjs +1 -0
- package/compat/remove.d.mts +1 -0
- package/compat/remove.mjs +1 -0
- package/compat/repeat.d.mts +1 -0
- package/compat/repeat.mjs +1 -0
- package/compat/replace.d.mts +1 -0
- package/compat/replace.mjs +1 -0
- package/compat/rest.d.mts +1 -0
- package/compat/rest.mjs +1 -0
- package/compat/result.d.mts +1 -0
- package/compat/result.mjs +1 -0
- package/compat/reverse.d.mts +1 -0
- package/compat/reverse.mjs +1 -0
- package/compat/round.d.mts +1 -0
- package/compat/round.mjs +1 -0
- package/compat/sample.d.mts +1 -0
- package/compat/sample.mjs +1 -0
- package/compat/sampleSize.d.mts +1 -0
- package/compat/sampleSize.mjs +1 -0
- package/compat/set.d.mts +1 -0
- package/compat/set.mjs +1 -0
- package/compat/setWith.d.mts +1 -0
- package/compat/setWith.mjs +1 -0
- package/compat/shuffle.d.mts +1 -0
- package/compat/shuffle.mjs +1 -0
- package/compat/size.d.mts +1 -0
- package/compat/size.mjs +1 -0
- package/compat/slice.d.mts +1 -0
- package/compat/slice.mjs +1 -0
- package/compat/snakeCase.d.mts +1 -0
- package/compat/snakeCase.mjs +1 -0
- package/compat/some.d.mts +1 -0
- package/compat/some.mjs +1 -0
- package/compat/sortBy.d.mts +1 -0
- package/compat/sortBy.mjs +1 -0
- package/compat/sortedIndex.d.mts +1 -0
- package/compat/sortedIndex.mjs +1 -0
- package/compat/sortedIndexBy.d.mts +1 -0
- package/compat/sortedIndexBy.mjs +1 -0
- package/compat/sortedIndexOf.d.mts +1 -0
- package/compat/sortedIndexOf.mjs +1 -0
- package/compat/sortedLastIndex.d.mts +1 -0
- package/compat/sortedLastIndex.mjs +1 -0
- package/compat/sortedLastIndexBy.d.mts +1 -0
- package/compat/sortedLastIndexBy.mjs +1 -0
- package/compat/sortedLastIndexOf.d.mts +1 -0
- package/compat/sortedLastIndexOf.mjs +1 -0
- package/compat/split.d.mts +1 -0
- package/compat/split.mjs +1 -0
- package/compat/spread.d.mts +1 -0
- package/compat/spread.mjs +1 -0
- package/compat/startCase.d.mts +1 -0
- package/compat/startCase.mjs +1 -0
- package/compat/startsWith.d.mts +1 -0
- package/compat/startsWith.mjs +1 -0
- package/compat/stubArray.d.mts +1 -0
- package/compat/stubArray.mjs +1 -0
- package/compat/stubFalse.d.mts +1 -0
- package/compat/stubFalse.mjs +1 -0
- package/compat/stubObject.d.mts +1 -0
- package/compat/stubObject.mjs +1 -0
- package/compat/stubString.d.mts +1 -0
- package/compat/stubString.mjs +1 -0
- package/compat/stubTrue.d.mts +1 -0
- package/compat/stubTrue.mjs +1 -0
- package/compat/subtract.d.mts +1 -0
- package/compat/subtract.mjs +1 -0
- package/compat/sum.d.mts +1 -0
- package/compat/sum.mjs +1 -0
- package/compat/sumBy.d.mts +1 -0
- package/compat/sumBy.mjs +1 -0
- package/compat/tail.d.mts +1 -0
- package/compat/tail.mjs +1 -0
- package/compat/take.d.mts +1 -0
- package/compat/take.mjs +1 -0
- package/compat/takeRight.d.mts +1 -0
- package/compat/takeRight.mjs +1 -0
- package/compat/takeRightWhile.d.mts +1 -0
- package/compat/takeRightWhile.mjs +1 -0
- package/compat/takeWhile.d.mts +1 -0
- package/compat/takeWhile.mjs +1 -0
- package/compat/template.d.mts +1 -0
- package/compat/template.mjs +1 -0
- package/compat/templateSettings.d.mts +1 -0
- package/compat/templateSettings.mjs +1 -0
- package/compat/throttle.d.mts +1 -0
- package/compat/throttle.mjs +1 -0
- package/compat/times.d.mts +1 -0
- package/compat/times.mjs +1 -0
- package/compat/toArray.d.mts +1 -0
- package/compat/toArray.mjs +1 -0
- package/compat/toDefaulted.d.mts +1 -0
- package/compat/toDefaulted.mjs +1 -0
- package/compat/toFinite.d.mts +1 -0
- package/compat/toFinite.mjs +1 -0
- package/compat/toInteger.d.mts +1 -0
- package/compat/toInteger.mjs +1 -0
- package/compat/toLength.d.mts +1 -0
- package/compat/toLength.mjs +1 -0
- package/compat/toLower.d.mts +1 -0
- package/compat/toLower.mjs +1 -0
- package/compat/toNumber.d.mts +1 -0
- package/compat/toNumber.mjs +1 -0
- package/compat/toPairs.d.mts +1 -0
- package/compat/toPairs.mjs +1 -0
- package/compat/toPairsIn.d.mts +1 -0
- package/compat/toPairsIn.mjs +1 -0
- package/compat/toPath.d.mts +1 -0
- package/compat/toPath.mjs +1 -0
- package/compat/toPlainObject.d.mts +1 -0
- package/compat/toPlainObject.mjs +1 -0
- package/compat/toSafeInteger.d.mts +1 -0
- package/compat/toSafeInteger.mjs +1 -0
- package/compat/toString.d.mts +1 -0
- package/compat/toString.mjs +1 -0
- package/compat/toUpper.d.mts +1 -0
- package/compat/toUpper.mjs +1 -0
- package/compat/transform.d.mts +1 -0
- package/compat/transform.mjs +1 -0
- package/compat/trim.d.mts +1 -0
- package/compat/trim.mjs +1 -0
- package/compat/trimEnd.d.mts +1 -0
- package/compat/trimEnd.mjs +1 -0
- package/compat/trimStart.d.mts +1 -0
- package/compat/trimStart.mjs +1 -0
- package/compat/truncate.d.mts +1 -0
- package/compat/truncate.mjs +1 -0
- package/compat/unary.d.mts +1 -0
- package/compat/unary.mjs +1 -0
- package/compat/unescape.d.mts +1 -0
- package/compat/unescape.mjs +1 -0
- package/compat/union.d.mts +1 -0
- package/compat/union.mjs +1 -0
- package/compat/unionBy.d.mts +1 -0
- package/compat/unionBy.mjs +1 -0
- package/compat/unionWith.d.mts +1 -0
- package/compat/unionWith.mjs +1 -0
- package/compat/uniq.d.mts +1 -0
- package/compat/uniq.mjs +1 -0
- package/compat/uniqBy.d.mts +1 -0
- package/compat/uniqBy.mjs +1 -0
- package/compat/uniqWith.d.mts +1 -0
- package/compat/uniqWith.mjs +1 -0
- package/compat/uniqueId.d.mts +1 -0
- package/compat/uniqueId.mjs +1 -0
- package/compat/unset.d.mts +1 -0
- package/compat/unset.mjs +1 -0
- package/compat/unzip.d.mts +1 -0
- package/compat/unzip.mjs +1 -0
- package/compat/unzipWith.d.mts +1 -0
- package/compat/unzipWith.mjs +1 -0
- package/compat/update.d.mts +1 -0
- package/compat/update.mjs +1 -0
- package/compat/updateWith.d.mts +1 -0
- package/compat/updateWith.mjs +1 -0
- package/compat/upperCase.d.mts +1 -0
- package/compat/upperCase.mjs +1 -0
- package/compat/upperFirst.d.mts +1 -0
- package/compat/upperFirst.mjs +1 -0
- package/compat/values.d.mts +1 -0
- package/compat/values.mjs +1 -0
- package/compat/valuesIn.d.mts +1 -0
- package/compat/valuesIn.mjs +1 -0
- package/compat/without.d.mts +1 -0
- package/compat/without.mjs +1 -0
- package/compat/words.d.mts +1 -0
- package/compat/words.mjs +1 -0
- package/compat/wrap.d.mts +1 -0
- package/compat/wrap.mjs +1 -0
- package/compat/xor.d.mts +1 -0
- package/compat/xor.mjs +1 -0
- package/compat/xorBy.d.mts +1 -0
- package/compat/xorBy.mjs +1 -0
- package/compat/xorWith.d.mts +1 -0
- package/compat/xorWith.mjs +1 -0
- package/compat/zip.d.mts +1 -0
- package/compat/zip.mjs +1 -0
- package/compat/zipObject.d.mts +1 -0
- package/compat/zipObject.mjs +1 -0
- package/compat/zipObjectDeep.d.mts +1 -0
- package/compat/zipObjectDeep.mjs +1 -0
- package/compat/zipWith.d.mts +1 -0
- package/compat/zipWith.mjs +1 -0
- package/dist/_internal/compareValues.js +16 -3
- package/dist/_internal/compareValues.mjs +16 -3
- package/dist/_internal/globalThis.js +1 -1
- package/dist/_internal/globalThis.mjs +1 -1
- package/dist/array/at.d.mts +3 -3
- package/dist/array/at.d.ts +3 -3
- package/dist/array/at.js +3 -3
- package/dist/array/at.mjs +3 -3
- package/dist/array/cartesianProduct.d.mts +16 -16
- package/dist/array/cartesianProduct.d.ts +16 -16
- package/dist/array/chunk.d.mts +3 -3
- package/dist/array/chunk.d.ts +3 -3
- package/dist/array/chunk.js +3 -3
- package/dist/array/chunk.mjs +3 -3
- package/dist/array/combinations.d.mts +3 -3
- package/dist/array/combinations.d.ts +3 -3
- package/dist/array/combinations.js +3 -3
- package/dist/array/combinations.mjs +3 -3
- package/dist/array/compact.d.mts +2 -2
- package/dist/array/compact.d.ts +2 -2
- package/dist/array/compact.js +2 -2
- package/dist/array/compact.mjs +2 -2
- package/dist/array/countBy.d.mts +3 -3
- package/dist/array/countBy.d.ts +3 -3
- package/dist/array/countBy.js +3 -3
- package/dist/array/countBy.mjs +3 -3
- package/dist/array/difference.d.mts +3 -3
- package/dist/array/difference.d.ts +3 -3
- package/dist/array/difference.js +3 -3
- package/dist/array/difference.mjs +3 -3
- package/dist/array/differenceBy.d.mts +4 -4
- package/dist/array/differenceBy.d.ts +4 -4
- package/dist/array/differenceBy.js +4 -4
- package/dist/array/differenceBy.mjs +4 -4
- package/dist/array/differenceWith.d.mts +4 -4
- package/dist/array/differenceWith.d.ts +4 -4
- package/dist/array/differenceWith.js +4 -4
- package/dist/array/differenceWith.mjs +4 -4
- package/dist/array/drop.d.mts +3 -3
- package/dist/array/drop.d.ts +3 -3
- package/dist/array/drop.js +3 -3
- package/dist/array/drop.mjs +3 -3
- package/dist/array/dropRight.d.mts +3 -3
- package/dist/array/dropRight.d.ts +3 -3
- package/dist/array/dropRight.js +3 -3
- package/dist/array/dropRight.mjs +3 -3
- package/dist/array/dropRightWhile.d.mts +3 -3
- package/dist/array/dropRightWhile.d.ts +3 -3
- package/dist/array/dropRightWhile.js +3 -3
- package/dist/array/dropRightWhile.mjs +3 -3
- package/dist/array/dropWhile.d.mts +3 -3
- package/dist/array/dropWhile.d.ts +3 -3
- package/dist/array/dropWhile.js +3 -3
- package/dist/array/dropWhile.mjs +3 -3
- package/dist/array/fill.d.mts +12 -12
- package/dist/array/fill.d.ts +12 -12
- package/dist/array/fill.js +5 -5
- package/dist/array/fill.mjs +5 -5
- package/dist/array/filterAsync.d.mts +5 -5
- package/dist/array/filterAsync.d.ts +5 -5
- package/dist/array/filterAsync.js +5 -5
- package/dist/array/filterAsync.mjs +5 -5
- package/dist/array/flatMap.d.mts +4 -4
- package/dist/array/flatMap.d.ts +4 -4
- package/dist/array/flatMap.js +4 -4
- package/dist/array/flatMap.mjs +4 -4
- package/dist/array/flatMapAsync.d.mts +5 -5
- package/dist/array/flatMapAsync.d.ts +5 -5
- package/dist/array/flatMapAsync.js +5 -5
- package/dist/array/flatMapAsync.mjs +5 -5
- package/dist/array/flatMapDeep.d.mts +3 -3
- package/dist/array/flatMapDeep.d.ts +3 -3
- package/dist/array/flatMapDeep.js +3 -3
- package/dist/array/flatMapDeep.mjs +3 -3
- package/dist/array/flatten.d.mts +3 -3
- package/dist/array/flatten.d.ts +3 -3
- package/dist/array/flatten.js +3 -3
- package/dist/array/flatten.mjs +3 -3
- package/dist/array/flattenDeep.d.mts +2 -2
- package/dist/array/flattenDeep.d.ts +2 -2
- package/dist/array/flattenDeep.js +2 -2
- package/dist/array/flattenDeep.mjs +2 -2
- package/dist/array/forEachAsync.d.mts +5 -5
- package/dist/array/forEachAsync.d.ts +5 -5
- package/dist/array/forEachAsync.js +5 -5
- package/dist/array/forEachAsync.mjs +5 -5
- package/dist/array/forEachRight.d.mts +4 -4
- package/dist/array/forEachRight.d.ts +4 -4
- package/dist/array/forEachRight.js +2 -2
- package/dist/array/forEachRight.mjs +2 -2
- package/dist/array/groupBy.d.mts +3 -3
- package/dist/array/groupBy.d.ts +3 -3
- package/dist/array/groupBy.js +3 -3
- package/dist/array/groupBy.mjs +3 -3
- package/dist/array/head.d.mts +4 -4
- package/dist/array/head.d.ts +4 -4
- package/dist/array/head.js +2 -2
- package/dist/array/head.mjs +2 -2
- package/dist/array/initial.d.mts +7 -7
- package/dist/array/initial.d.ts +7 -7
- package/dist/array/initial.js +2 -2
- package/dist/array/initial.mjs +2 -2
- package/dist/array/intersection.d.mts +3 -3
- package/dist/array/intersection.d.ts +3 -3
- package/dist/array/intersection.js +3 -3
- package/dist/array/intersection.mjs +3 -3
- package/dist/array/intersectionBy.d.mts +4 -4
- package/dist/array/intersectionBy.d.ts +4 -4
- package/dist/array/intersectionBy.js +4 -4
- package/dist/array/intersectionBy.mjs +4 -4
- package/dist/array/intersectionWith.d.mts +4 -4
- package/dist/array/intersectionWith.d.ts +4 -4
- package/dist/array/intersectionWith.js +4 -4
- package/dist/array/intersectionWith.mjs +4 -4
- package/dist/array/isSubset.d.mts +3 -3
- package/dist/array/isSubset.d.ts +3 -3
- package/dist/array/isSubset.js +3 -3
- package/dist/array/isSubset.mjs +3 -3
- package/dist/array/isSubsetWith.d.mts +4 -4
- package/dist/array/isSubsetWith.d.ts +4 -4
- package/dist/array/isSubsetWith.js +4 -4
- package/dist/array/isSubsetWith.mjs +4 -4
- package/dist/array/keyBy.d.mts +3 -3
- package/dist/array/keyBy.d.ts +3 -3
- package/dist/array/keyBy.js +3 -3
- package/dist/array/keyBy.mjs +3 -3
- package/dist/array/last.d.mts +4 -4
- package/dist/array/last.d.ts +4 -4
- package/dist/array/last.js +2 -2
- package/dist/array/last.mjs +2 -2
- package/dist/array/limitAsync.d.mts +3 -3
- package/dist/array/limitAsync.d.ts +3 -3
- package/dist/array/limitAsync.js +3 -3
- package/dist/array/limitAsync.mjs +3 -3
- package/dist/array/mapAsync.d.mts +5 -5
- package/dist/array/mapAsync.d.ts +5 -5
- package/dist/array/mapAsync.js +5 -5
- package/dist/array/mapAsync.mjs +5 -5
- package/dist/array/maxBy.d.mts +8 -6
- package/dist/array/maxBy.d.ts +8 -6
- package/dist/array/maxBy.js +7 -5
- package/dist/array/maxBy.mjs +7 -5
- package/dist/array/minBy.d.mts +8 -6
- package/dist/array/minBy.d.ts +8 -6
- package/dist/array/minBy.js +7 -5
- package/dist/array/minBy.mjs +7 -5
- package/dist/array/orderBy.d.mts +4 -4
- package/dist/array/orderBy.d.ts +4 -4
- package/dist/array/orderBy.js +4 -4
- package/dist/array/orderBy.mjs +4 -4
- package/dist/array/partition.d.mts +6 -6
- package/dist/array/partition.d.ts +6 -6
- package/dist/array/pull.d.mts +4 -4
- package/dist/array/pull.d.ts +4 -4
- package/dist/array/pull.js +4 -4
- package/dist/array/pull.mjs +4 -4
- package/dist/array/pullAt.d.mts +3 -3
- package/dist/array/pullAt.d.ts +3 -3
- package/dist/array/pullAt.js +3 -3
- package/dist/array/pullAt.mjs +3 -3
- package/dist/array/reduceAsync.d.mts +7 -7
- package/dist/array/reduceAsync.d.ts +7 -7
- package/dist/array/remove.d.mts +3 -3
- package/dist/array/remove.d.ts +3 -3
- package/dist/array/remove.js +3 -3
- package/dist/array/remove.mjs +3 -3
- package/dist/array/sample.d.mts +2 -2
- package/dist/array/sample.d.ts +2 -2
- package/dist/array/sample.js +2 -2
- package/dist/array/sample.mjs +2 -2
- package/dist/array/sampleSize.d.mts +3 -3
- package/dist/array/sampleSize.d.ts +3 -3
- package/dist/array/sampleSize.js +3 -3
- package/dist/array/sampleSize.mjs +3 -3
- package/dist/array/shuffle.d.mts +2 -2
- package/dist/array/shuffle.d.ts +2 -2
- package/dist/array/shuffle.js +2 -2
- package/dist/array/shuffle.mjs +2 -2
- package/dist/array/sortBy.d.mts +3 -3
- package/dist/array/sortBy.d.ts +3 -3
- package/dist/array/sortBy.js +3 -3
- package/dist/array/sortBy.mjs +3 -3
- package/dist/array/tail.d.mts +8 -8
- package/dist/array/tail.d.ts +8 -8
- package/dist/array/tail.js +2 -2
- package/dist/array/tail.mjs +2 -2
- package/dist/array/take.d.mts +4 -4
- package/dist/array/take.d.ts +4 -4
- package/dist/array/take.js +4 -4
- package/dist/array/take.mjs +4 -4
- package/dist/array/takeRight.d.mts +3 -3
- package/dist/array/takeRight.d.ts +3 -3
- package/dist/array/takeRight.js +3 -3
- package/dist/array/takeRight.mjs +3 -3
- package/dist/array/takeRightWhile.d.mts +3 -3
- package/dist/array/takeRightWhile.d.ts +3 -3
- package/dist/array/takeRightWhile.js +3 -3
- package/dist/array/takeRightWhile.mjs +3 -3
- package/dist/array/takeWhile.d.mts +3 -3
- package/dist/array/takeWhile.d.ts +3 -3
- package/dist/array/takeWhile.js +3 -3
- package/dist/array/takeWhile.mjs +3 -3
- package/dist/array/toFilled.d.mts +12 -12
- package/dist/array/toFilled.d.ts +12 -12
- package/dist/array/toFilled.js +5 -5
- package/dist/array/toFilled.mjs +5 -5
- package/dist/array/union.d.mts +3 -3
- package/dist/array/union.d.ts +3 -3
- package/dist/array/union.js +3 -3
- package/dist/array/union.mjs +3 -3
- package/dist/array/unionBy.d.mts +4 -4
- package/dist/array/unionBy.d.ts +4 -4
- package/dist/array/unionBy.js +4 -4
- package/dist/array/unionBy.mjs +4 -4
- package/dist/array/unionWith.d.mts +4 -4
- package/dist/array/unionWith.d.ts +4 -4
- package/dist/array/unionWith.js +4 -4
- package/dist/array/unionWith.mjs +4 -4
- package/dist/array/uniq.d.mts +2 -2
- package/dist/array/uniq.d.ts +2 -2
- package/dist/array/uniq.js +2 -2
- package/dist/array/uniq.mjs +2 -2
- package/dist/array/uniqBy.d.mts +3 -3
- package/dist/array/uniqBy.d.ts +3 -3
- package/dist/array/uniqBy.js +3 -3
- package/dist/array/uniqBy.mjs +3 -3
- package/dist/array/uniqWith.d.mts +3 -3
- package/dist/array/uniqWith.d.ts +3 -3
- package/dist/array/uniqWith.js +3 -3
- package/dist/array/uniqWith.mjs +3 -3
- package/dist/array/unzip.d.mts +2 -2
- package/dist/array/unzip.d.ts +2 -2
- package/dist/array/unzip.js +2 -2
- package/dist/array/unzip.mjs +2 -2
- package/dist/array/unzipWith.d.mts +3 -3
- package/dist/array/unzipWith.d.ts +3 -3
- package/dist/array/unzipWith.js +3 -3
- package/dist/array/unzipWith.mjs +3 -3
- package/dist/array/windowed.d.mts +6 -6
- package/dist/array/windowed.d.ts +6 -6
- package/dist/array/windowed.js +6 -6
- package/dist/array/windowed.mjs +6 -6
- package/dist/array/without.d.mts +3 -3
- package/dist/array/without.d.ts +3 -3
- package/dist/array/without.js +3 -3
- package/dist/array/without.mjs +3 -3
- package/dist/array/xor.d.mts +3 -3
- package/dist/array/xor.d.ts +3 -3
- package/dist/array/xor.js +3 -3
- package/dist/array/xor.mjs +3 -3
- package/dist/array/xorBy.d.mts +4 -4
- package/dist/array/xorBy.d.ts +4 -4
- package/dist/array/xorBy.js +4 -4
- package/dist/array/xorBy.mjs +4 -4
- package/dist/array/xorWith.d.mts +4 -4
- package/dist/array/xorWith.d.ts +4 -4
- package/dist/array/xorWith.js +4 -4
- package/dist/array/xorWith.mjs +4 -4
- package/dist/array/zip.d.mts +16 -16
- package/dist/array/zip.d.ts +16 -16
- package/dist/array/zip.js +2 -2
- package/dist/array/zip.mjs +2 -2
- package/dist/array/zipObject.d.mts +3 -3
- package/dist/array/zipObject.d.ts +3 -3
- package/dist/array/zipObject.js +3 -3
- package/dist/array/zipObject.mjs +3 -3
- package/dist/array/zipWith.d.mts +18 -18
- package/dist/array/zipWith.d.ts +18 -18
- package/dist/array/zipWith.js +4 -4
- package/dist/array/zipWith.mjs +4 -4
- package/dist/browser.global.js +2 -2
- package/dist/compat/_internal/decimalAdjust.js +1 -1
- package/dist/compat/_internal/decimalAdjust.mjs +1 -1
- package/dist/compat/array/castArray.d.mts +2 -2
- package/dist/compat/array/castArray.d.ts +2 -2
- package/dist/compat/array/castArray.js +2 -2
- package/dist/compat/array/castArray.mjs +2 -2
- package/dist/compat/array/chunk.d.mts +3 -3
- package/dist/compat/array/chunk.d.ts +3 -3
- package/dist/compat/array/chunk.js +3 -3
- package/dist/compat/array/chunk.mjs +3 -3
- package/dist/compat/array/compact.d.mts +2 -2
- package/dist/compat/array/compact.d.ts +2 -2
- package/dist/compat/array/compact.js +2 -2
- package/dist/compat/array/compact.mjs +2 -2
- package/dist/compat/array/concat.d.mts +2 -2
- package/dist/compat/array/concat.d.ts +2 -2
- package/dist/compat/array/concat.js +2 -2
- package/dist/compat/array/concat.mjs +2 -2
- package/dist/compat/array/difference.d.mts +3 -3
- package/dist/compat/array/difference.d.ts +3 -3
- package/dist/compat/array/difference.js +3 -3
- package/dist/compat/array/difference.mjs +3 -3
- package/dist/compat/array/differenceBy.d.mts +41 -41
- package/dist/compat/array/differenceBy.d.ts +41 -41
- package/dist/compat/array/differenceBy.js +3 -3
- package/dist/compat/array/differenceBy.mjs +3 -3
- package/dist/compat/array/differenceWith.d.mts +17 -17
- package/dist/compat/array/differenceWith.d.ts +17 -17
- package/dist/compat/array/differenceWith.js +3 -3
- package/dist/compat/array/differenceWith.mjs +3 -3
- package/dist/compat/array/drop.d.mts +4 -4
- package/dist/compat/array/drop.d.ts +4 -4
- package/dist/compat/array/dropRight.d.mts +4 -4
- package/dist/compat/array/dropRight.d.ts +4 -4
- package/dist/compat/array/dropRight.js +4 -4
- package/dist/compat/array/dropRight.mjs +4 -4
- package/dist/compat/array/dropRightWhile.d.mts +3 -3
- package/dist/compat/array/dropRightWhile.d.ts +3 -3
- package/dist/compat/array/dropRightWhile.js +3 -3
- package/dist/compat/array/dropRightWhile.mjs +3 -3
- package/dist/compat/array/dropWhile.d.mts +3 -3
- package/dist/compat/array/dropWhile.d.ts +3 -3
- package/dist/compat/array/dropWhile.js +3 -3
- package/dist/compat/array/dropWhile.mjs +3 -3
- package/dist/compat/array/every.d.mts +6 -6
- package/dist/compat/array/every.d.ts +6 -6
- package/dist/compat/array/every.js +6 -6
- package/dist/compat/array/every.mjs +6 -6
- package/dist/compat/array/fill.d.mts +16 -16
- package/dist/compat/array/fill.d.ts +16 -16
- package/dist/compat/array/fill.js +5 -5
- package/dist/compat/array/fill.mjs +5 -5
- package/dist/compat/array/filter.js +3 -3
- package/dist/compat/array/filter.mjs +3 -3
- package/dist/compat/array/find.js +4 -4
- package/dist/compat/array/find.mjs +4 -4
- package/dist/compat/array/findIndex.d.mts +5 -5
- package/dist/compat/array/findIndex.d.ts +5 -5
- package/dist/compat/array/findIndex.js +5 -5
- package/dist/compat/array/findIndex.mjs +5 -5
- package/dist/compat/array/findLast.d.mts +16 -16
- package/dist/compat/array/findLast.d.ts +16 -16
- package/dist/compat/array/findLast.js +4 -4
- package/dist/compat/array/findLast.mjs +4 -4
- package/dist/compat/array/findLastIndex.d.mts +4 -4
- package/dist/compat/array/findLastIndex.d.ts +4 -4
- package/dist/compat/array/findLastIndex.js +4 -4
- package/dist/compat/array/findLastIndex.mjs +4 -4
- package/dist/compat/array/flatMap.d.mts +16 -16
- package/dist/compat/array/flatMap.d.ts +16 -16
- package/dist/compat/array/flatMap.js +3 -3
- package/dist/compat/array/flatMap.mjs +3 -3
- package/dist/compat/array/flatMapDeep.d.mts +14 -14
- package/dist/compat/array/flatMapDeep.d.ts +14 -14
- package/dist/compat/array/flatMapDeep.js +3 -3
- package/dist/compat/array/flatMapDeep.mjs +3 -3
- package/dist/compat/array/flatMapDepth.d.mts +18 -18
- package/dist/compat/array/flatMapDepth.d.ts +18 -18
- package/dist/compat/array/flatMapDepth.js +4 -4
- package/dist/compat/array/flatMapDepth.mjs +4 -4
- package/dist/compat/array/flatten.d.mts +3 -3
- package/dist/compat/array/flatten.d.ts +3 -3
- package/dist/compat/array/flattenDeep.d.mts +2 -2
- package/dist/compat/array/flattenDeep.d.ts +2 -2
- package/dist/compat/array/flattenDeep.js +2 -2
- package/dist/compat/array/flattenDeep.mjs +2 -2
- package/dist/compat/array/flattenDepth.d.mts +3 -3
- package/dist/compat/array/flattenDepth.d.ts +3 -3
- package/dist/compat/array/flattenDepth.js +3 -3
- package/dist/compat/array/flattenDepth.mjs +3 -3
- package/dist/compat/array/forEach.d.mts +24 -24
- package/dist/compat/array/forEach.d.ts +24 -24
- package/dist/compat/array/forEach.js +3 -3
- package/dist/compat/array/forEach.mjs +3 -3
- package/dist/compat/array/forEachRight.d.mts +24 -24
- package/dist/compat/array/forEachRight.d.ts +24 -24
- package/dist/compat/array/forEachRight.js +3 -3
- package/dist/compat/array/forEachRight.mjs +3 -3
- package/dist/compat/array/groupBy.d.mts +6 -6
- package/dist/compat/array/groupBy.d.ts +6 -6
- package/dist/compat/array/groupBy.js +3 -3
- package/dist/compat/array/groupBy.mjs +3 -3
- package/dist/compat/array/head.d.mts +4 -4
- package/dist/compat/array/head.d.ts +4 -4
- package/dist/compat/array/head.js +2 -2
- package/dist/compat/array/head.mjs +2 -2
- package/dist/compat/array/includes.js +4 -4
- package/dist/compat/array/includes.mjs +4 -4
- package/dist/compat/array/indexOf.d.mts +4 -4
- package/dist/compat/array/indexOf.d.ts +4 -4
- package/dist/compat/array/indexOf.js +4 -4
- package/dist/compat/array/indexOf.mjs +4 -4
- package/dist/compat/array/initial.d.mts +2 -2
- package/dist/compat/array/initial.d.ts +2 -2
- package/dist/compat/array/initial.js +2 -2
- package/dist/compat/array/initial.mjs +2 -2
- package/dist/compat/array/intersection.d.mts +2 -2
- package/dist/compat/array/intersection.d.ts +2 -2
- package/dist/compat/array/intersection.js +2 -2
- package/dist/compat/array/intersection.mjs +2 -2
- package/dist/compat/array/intersectionBy.d.mts +19 -19
- package/dist/compat/array/intersectionBy.d.ts +19 -19
- package/dist/compat/array/intersectionBy.js +3 -3
- package/dist/compat/array/intersectionBy.mjs +3 -3
- package/dist/compat/array/intersectionWith.d.mts +17 -17
- package/dist/compat/array/intersectionWith.d.ts +17 -17
- package/dist/compat/array/intersectionWith.js +3 -3
- package/dist/compat/array/intersectionWith.mjs +3 -3
- package/dist/compat/array/invokeMap.d.mts +8 -8
- package/dist/compat/array/invokeMap.d.ts +8 -8
- package/dist/compat/array/invokeMap.js +4 -4
- package/dist/compat/array/invokeMap.mjs +4 -4
- package/dist/compat/array/join.d.mts +3 -3
- package/dist/compat/array/join.d.ts +3 -3
- package/dist/compat/array/join.js +3 -3
- package/dist/compat/array/join.mjs +3 -3
- package/dist/compat/array/keyBy.d.mts +6 -6
- package/dist/compat/array/keyBy.d.ts +6 -6
- package/dist/compat/array/keyBy.js +3 -3
- package/dist/compat/array/keyBy.mjs +3 -3
- package/dist/compat/array/last.d.mts +2 -2
- package/dist/compat/array/last.d.ts +2 -2
- package/dist/compat/array/last.js +2 -2
- package/dist/compat/array/last.mjs +2 -2
- package/dist/compat/array/lastIndexOf.d.mts +4 -4
- package/dist/compat/array/lastIndexOf.d.ts +4 -4
- package/dist/compat/array/map.d.mts +23 -23
- package/dist/compat/array/map.d.ts +23 -23
- package/dist/compat/array/nth.d.mts +2 -2
- package/dist/compat/array/nth.d.ts +2 -2
- package/dist/compat/array/nth.js +2 -2
- package/dist/compat/array/nth.mjs +2 -2
- package/dist/compat/array/orderBy.d.mts +16 -16
- package/dist/compat/array/orderBy.d.ts +16 -16
- package/dist/compat/array/orderBy.js +5 -5
- package/dist/compat/array/orderBy.mjs +5 -5
- package/dist/compat/array/partition.d.mts +9 -9
- package/dist/compat/array/partition.d.ts +9 -9
- package/dist/compat/array/partition.js +3 -3
- package/dist/compat/array/partition.mjs +3 -3
- package/dist/compat/array/pull.d.mts +6 -6
- package/dist/compat/array/pull.d.ts +6 -6
- package/dist/compat/array/pull.js +4 -4
- package/dist/compat/array/pull.mjs +4 -4
- package/dist/compat/array/pullAll.d.mts +6 -6
- package/dist/compat/array/pullAll.d.ts +6 -6
- package/dist/compat/array/pullAll.js +3 -3
- package/dist/compat/array/pullAll.mjs +3 -3
- package/dist/compat/array/pullAllBy.d.mts +16 -16
- package/dist/compat/array/pullAllBy.d.ts +16 -16
- package/dist/compat/array/pullAllBy.js +4 -4
- package/dist/compat/array/pullAllBy.mjs +4 -4
- package/dist/compat/array/pullAllWith.d.mts +16 -16
- package/dist/compat/array/pullAllWith.d.ts +16 -16
- package/dist/compat/array/pullAllWith.js +4 -4
- package/dist/compat/array/pullAllWith.mjs +4 -4
- package/dist/compat/array/pullAt.d.mts +6 -6
- package/dist/compat/array/pullAt.d.ts +6 -6
- package/dist/compat/array/pullAt.js +3 -3
- package/dist/compat/array/pullAt.mjs +3 -3
- package/dist/compat/array/reduce.d.mts +21 -21
- package/dist/compat/array/reduce.d.ts +21 -21
- package/dist/compat/array/reduce.js +7 -6
- package/dist/compat/array/reduce.mjs +7 -6
- package/dist/compat/array/reduceRight.d.mts +21 -21
- package/dist/compat/array/reduceRight.d.ts +21 -21
- package/dist/compat/array/reduceRight.js +7 -6
- package/dist/compat/array/reduceRight.mjs +7 -6
- package/dist/compat/array/reject.d.mts +9 -9
- package/dist/compat/array/reject.d.ts +9 -9
- package/dist/compat/array/reject.js +3 -3
- package/dist/compat/array/reject.mjs +3 -3
- package/dist/compat/array/remove.d.mts +3 -3
- package/dist/compat/array/remove.d.ts +3 -3
- package/dist/compat/array/remove.js +3 -3
- package/dist/compat/array/remove.mjs +3 -3
- package/dist/compat/array/reverse.d.mts +2 -2
- package/dist/compat/array/reverse.d.ts +2 -2
- package/dist/compat/array/reverse.js +2 -2
- package/dist/compat/array/reverse.mjs +2 -2
- package/dist/compat/array/sample.d.mts +6 -6
- package/dist/compat/array/sample.d.ts +6 -6
- package/dist/compat/array/sample.js +2 -2
- package/dist/compat/array/sample.mjs +2 -2
- package/dist/compat/array/sampleSize.d.mts +6 -6
- package/dist/compat/array/sampleSize.d.ts +6 -6
- package/dist/compat/array/sampleSize.js +3 -3
- package/dist/compat/array/sampleSize.mjs +3 -3
- package/dist/compat/array/shuffle.d.mts +4 -4
- package/dist/compat/array/shuffle.d.ts +4 -4
- package/dist/compat/array/shuffle.js +2 -2
- package/dist/compat/array/shuffle.mjs +2 -2
- package/dist/compat/array/size.d.mts +6 -2
- package/dist/compat/array/size.d.ts +6 -2
- package/dist/compat/array/size.js +2 -0
- package/dist/compat/array/size.mjs +2 -0
- package/dist/compat/array/slice.d.mts +4 -4
- package/dist/compat/array/slice.d.ts +4 -4
- package/dist/compat/array/slice.js +4 -4
- package/dist/compat/array/slice.mjs +4 -4
- package/dist/compat/array/some.d.mts +6 -6
- package/dist/compat/array/some.d.ts +6 -6
- package/dist/compat/array/some.js +3 -3
- package/dist/compat/array/some.mjs +3 -3
- package/dist/compat/array/sortBy.d.mts +9 -9
- package/dist/compat/array/sortBy.d.ts +9 -9
- package/dist/compat/array/sortedIndex.d.mts +6 -6
- package/dist/compat/array/sortedIndex.d.ts +6 -6
- package/dist/compat/array/sortedIndex.js +3 -3
- package/dist/compat/array/sortedIndex.mjs +3 -3
- package/dist/compat/array/sortedIndexBy.d.mts +4 -4
- package/dist/compat/array/sortedIndexBy.d.ts +4 -4
- package/dist/compat/array/sortedIndexBy.js +4 -4
- package/dist/compat/array/sortedIndexBy.mjs +4 -4
- package/dist/compat/array/sortedIndexOf.d.mts +3 -3
- package/dist/compat/array/sortedIndexOf.d.ts +3 -3
- package/dist/compat/array/sortedIndexOf.js +3 -3
- package/dist/compat/array/sortedIndexOf.mjs +3 -3
- package/dist/compat/array/sortedLastIndex.d.mts +3 -3
- package/dist/compat/array/sortedLastIndex.d.ts +3 -3
- package/dist/compat/array/sortedLastIndex.js +3 -3
- package/dist/compat/array/sortedLastIndex.mjs +3 -3
- package/dist/compat/array/sortedLastIndexBy.d.mts +4 -4
- package/dist/compat/array/sortedLastIndexBy.d.ts +4 -4
- package/dist/compat/array/sortedLastIndexBy.js +4 -4
- package/dist/compat/array/sortedLastIndexBy.mjs +4 -4
- package/dist/compat/array/sortedLastIndexOf.d.mts +3 -3
- package/dist/compat/array/sortedLastIndexOf.d.ts +3 -3
- package/dist/compat/array/sortedLastIndexOf.js +3 -3
- package/dist/compat/array/sortedLastIndexOf.mjs +3 -3
- package/dist/compat/array/tail.d.mts +4 -4
- package/dist/compat/array/tail.d.ts +4 -4
- package/dist/compat/array/tail.js +2 -2
- package/dist/compat/array/tail.mjs +2 -2
- package/dist/compat/array/take.d.mts +3 -3
- package/dist/compat/array/take.d.ts +3 -3
- package/dist/compat/array/take.js +4 -4
- package/dist/compat/array/take.mjs +4 -4
- package/dist/compat/array/takeRight.d.mts +3 -3
- package/dist/compat/array/takeRight.d.ts +3 -3
- package/dist/compat/array/takeRight.js +4 -4
- package/dist/compat/array/takeRight.mjs +4 -4
- package/dist/compat/array/takeRightWhile.d.mts +3 -3
- package/dist/compat/array/takeRightWhile.d.ts +3 -3
- package/dist/compat/array/takeRightWhile.js +3 -3
- package/dist/compat/array/takeRightWhile.mjs +3 -3
- package/dist/compat/array/takeWhile.d.mts +3 -3
- package/dist/compat/array/takeWhile.d.ts +3 -3
- package/dist/compat/array/takeWhile.js +3 -3
- package/dist/compat/array/takeWhile.mjs +3 -3
- package/dist/compat/array/union.d.mts +2 -2
- package/dist/compat/array/union.d.ts +2 -2
- package/dist/compat/array/union.js +2 -2
- package/dist/compat/array/union.mjs +2 -2
- package/dist/compat/array/unionBy.d.mts +25 -25
- package/dist/compat/array/unionBy.d.ts +25 -25
- package/dist/compat/array/unionBy.js +2 -2
- package/dist/compat/array/unionBy.mjs +2 -2
- package/dist/compat/array/unionWith.d.mts +12 -12
- package/dist/compat/array/unionWith.d.ts +12 -12
- package/dist/compat/array/unionWith.js +2 -2
- package/dist/compat/array/unionWith.mjs +2 -2
- package/dist/compat/array/uniq.d.mts +2 -2
- package/dist/compat/array/uniq.d.ts +2 -2
- package/dist/compat/array/uniq.js +2 -2
- package/dist/compat/array/uniq.mjs +2 -2
- package/dist/compat/array/uniqBy.d.mts +3 -3
- package/dist/compat/array/uniqBy.d.ts +3 -3
- package/dist/compat/array/uniqWith.d.mts +3 -3
- package/dist/compat/array/uniqWith.d.ts +3 -3
- package/dist/compat/array/uniqWith.js +3 -3
- package/dist/compat/array/uniqWith.mjs +3 -3
- package/dist/compat/array/unzip.d.mts +2 -2
- package/dist/compat/array/unzip.d.ts +2 -2
- package/dist/compat/array/unzip.js +2 -2
- package/dist/compat/array/unzip.mjs +2 -2
- package/dist/compat/array/unzipWith.d.mts +5 -5
- package/dist/compat/array/unzipWith.d.ts +5 -5
- package/dist/compat/array/unzipWith.js +3 -3
- package/dist/compat/array/unzipWith.mjs +3 -3
- package/dist/compat/array/without.d.mts +3 -3
- package/dist/compat/array/without.d.ts +3 -3
- package/dist/compat/array/without.js +3 -3
- package/dist/compat/array/without.mjs +3 -3
- package/dist/compat/array/xor.d.mts +2 -2
- package/dist/compat/array/xor.d.ts +2 -2
- package/dist/compat/array/xor.js +2 -2
- package/dist/compat/array/xor.mjs +2 -2
- package/dist/compat/array/xorBy.d.mts +12 -12
- package/dist/compat/array/xorBy.d.ts +12 -12
- package/dist/compat/array/xorBy.js +2 -2
- package/dist/compat/array/xorBy.mjs +2 -2
- package/dist/compat/array/xorWith.d.mts +12 -12
- package/dist/compat/array/xorWith.d.ts +12 -12
- package/dist/compat/array/xorWith.js +2 -2
- package/dist/compat/array/xorWith.mjs +2 -2
- package/dist/compat/array/zip.d.mts +40 -40
- package/dist/compat/array/zip.d.ts +40 -40
- package/dist/compat/array/zip.js +2 -2
- package/dist/compat/array/zip.mjs +2 -2
- package/dist/compat/array/zipObject.d.mts +5 -5
- package/dist/compat/array/zipObject.d.ts +5 -5
- package/dist/compat/array/zipObject.js +3 -3
- package/dist/compat/array/zipObject.mjs +3 -3
- package/dist/compat/array/zipObjectDeep.d.mts +3 -3
- package/dist/compat/array/zipObjectDeep.d.ts +3 -3
- package/dist/compat/array/zipObjectDeep.js +3 -3
- package/dist/compat/array/zipObjectDeep.mjs +3 -3
- package/dist/compat/array/zipWith.d.mts +27 -27
- package/dist/compat/array/zipWith.d.ts +27 -27
- package/dist/compat/array/zipWith.js +2 -2
- package/dist/compat/array/zipWith.mjs +2 -2
- package/dist/compat/function/after.d.mts +3 -3
- package/dist/compat/function/after.d.ts +3 -3
- package/dist/compat/function/after.js +3 -3
- package/dist/compat/function/after.mjs +3 -3
- package/dist/compat/function/ary.d.mts +3 -3
- package/dist/compat/function/ary.d.ts +3 -3
- package/dist/compat/function/ary.js +4 -4
- package/dist/compat/function/ary.mjs +4 -4
- package/dist/compat/function/attempt.d.mts +3 -3
- package/dist/compat/function/attempt.d.ts +3 -3
- package/dist/compat/function/attempt.js +3 -3
- package/dist/compat/function/attempt.mjs +3 -3
- package/dist/compat/function/before.d.mts +3 -3
- package/dist/compat/function/before.d.ts +3 -3
- package/dist/compat/function/before.js +3 -3
- package/dist/compat/function/before.mjs +3 -3
- package/dist/compat/function/bind.d.mts +4 -4
- package/dist/compat/function/bind.d.ts +4 -4
- package/dist/compat/function/bind.js +4 -4
- package/dist/compat/function/bind.mjs +4 -4
- package/dist/compat/function/bindKey.d.mts +4 -4
- package/dist/compat/function/bindKey.d.ts +4 -4
- package/dist/compat/function/bindKey.js +4 -4
- package/dist/compat/function/bindKey.mjs +4 -4
- package/dist/compat/function/curry.d.mts +18 -18
- package/dist/compat/function/curry.d.ts +18 -18
- package/dist/compat/function/curry.js +4 -4
- package/dist/compat/function/curry.mjs +4 -4
- package/dist/compat/function/curryRight.js +4 -4
- package/dist/compat/function/curryRight.mjs +4 -4
- package/dist/compat/function/debounce.d.mts +14 -14
- package/dist/compat/function/debounce.d.ts +14 -14
- package/dist/compat/function/defer.d.mts +3 -3
- package/dist/compat/function/defer.d.ts +3 -3
- package/dist/compat/function/defer.js +3 -3
- package/dist/compat/function/defer.mjs +3 -3
- package/dist/compat/function/delay.d.mts +4 -4
- package/dist/compat/function/delay.d.ts +4 -4
- package/dist/compat/function/delay.js +4 -4
- package/dist/compat/function/delay.mjs +4 -4
- package/dist/compat/function/flip.d.mts +2 -2
- package/dist/compat/function/flip.d.ts +2 -2
- package/dist/compat/function/flip.js +2 -2
- package/dist/compat/function/flip.mjs +2 -2
- package/dist/compat/function/flow.d.mts +8 -8
- package/dist/compat/function/flow.d.ts +8 -8
- package/dist/compat/function/flow.js +2 -2
- package/dist/compat/function/flow.mjs +2 -2
- package/dist/compat/function/flowRight.d.mts +8 -8
- package/dist/compat/function/flowRight.d.ts +8 -8
- package/dist/compat/function/flowRight.js +2 -2
- package/dist/compat/function/flowRight.mjs +2 -2
- package/dist/compat/function/identity.d.mts +4 -4
- package/dist/compat/function/identity.d.ts +4 -4
- package/dist/compat/function/memoize.d.mts +2 -2
- package/dist/compat/function/memoize.d.ts +2 -2
- package/dist/compat/function/memoize.js +2 -2
- package/dist/compat/function/memoize.mjs +2 -2
- package/dist/compat/function/negate.d.mts +2 -2
- package/dist/compat/function/negate.d.ts +2 -2
- package/dist/compat/function/negate.js +2 -2
- package/dist/compat/function/negate.mjs +2 -2
- package/dist/compat/function/noop.d.mts +1 -1
- package/dist/compat/function/noop.d.ts +1 -1
- package/dist/compat/function/noop.js +1 -1
- package/dist/compat/function/noop.mjs +1 -1
- package/dist/compat/function/nthArg.d.mts +2 -2
- package/dist/compat/function/nthArg.d.ts +2 -2
- package/dist/compat/function/nthArg.js +2 -2
- package/dist/compat/function/nthArg.mjs +2 -2
- package/dist/compat/function/overArgs.d.mts +3 -3
- package/dist/compat/function/overArgs.d.ts +3 -3
- package/dist/compat/function/overArgs.js +3 -3
- package/dist/compat/function/overArgs.mjs +3 -3
- package/dist/compat/function/partial.js +3 -3
- package/dist/compat/function/partial.mjs +3 -3
- package/dist/compat/function/partialRight.d.mts +137 -137
- package/dist/compat/function/partialRight.d.ts +137 -137
- package/dist/compat/function/partialRight.js +3 -3
- package/dist/compat/function/partialRight.mjs +3 -3
- package/dist/compat/function/rearg.d.mts +3 -3
- package/dist/compat/function/rearg.d.ts +3 -3
- package/dist/compat/function/rearg.js +3 -3
- package/dist/compat/function/rearg.mjs +3 -3
- package/dist/compat/function/rest.d.mts +3 -3
- package/dist/compat/function/rest.d.ts +3 -3
- package/dist/compat/function/rest.js +3 -3
- package/dist/compat/function/rest.mjs +3 -3
- package/dist/compat/function/spread.d.mts +3 -3
- package/dist/compat/function/spread.d.ts +3 -3
- package/dist/compat/function/spread.js +3 -3
- package/dist/compat/function/spread.mjs +3 -3
- package/dist/compat/function/throttle.d.mts +14 -14
- package/dist/compat/function/throttle.d.ts +14 -14
- package/dist/compat/function/throttle.js +7 -7
- package/dist/compat/function/throttle.mjs +7 -7
- package/dist/compat/function/unary.d.mts +2 -2
- package/dist/compat/function/unary.d.ts +2 -2
- package/dist/compat/function/unary.js +2 -2
- package/dist/compat/function/unary.mjs +2 -2
- package/dist/compat/function/wrap.d.mts +3 -3
- package/dist/compat/function/wrap.d.ts +3 -3
- package/dist/compat/function/wrap.js +3 -3
- package/dist/compat/function/wrap.mjs +3 -3
- package/dist/compat/math/add.d.mts +3 -3
- package/dist/compat/math/add.d.ts +3 -3
- package/dist/compat/math/add.js +3 -3
- package/dist/compat/math/add.mjs +3 -3
- package/dist/compat/math/ceil.d.mts +3 -3
- package/dist/compat/math/ceil.d.ts +3 -3
- package/dist/compat/math/ceil.js +3 -3
- package/dist/compat/math/ceil.mjs +3 -3
- package/dist/compat/math/clamp.d.mts +7 -7
- package/dist/compat/math/clamp.d.ts +7 -7
- package/dist/compat/math/clamp.js +4 -4
- package/dist/compat/math/clamp.mjs +4 -4
- package/dist/compat/math/divide.d.mts +3 -3
- package/dist/compat/math/divide.d.ts +3 -3
- package/dist/compat/math/divide.js +3 -3
- package/dist/compat/math/divide.mjs +3 -3
- package/dist/compat/math/floor.d.mts +3 -3
- package/dist/compat/math/floor.d.ts +3 -3
- package/dist/compat/math/floor.js +3 -3
- package/dist/compat/math/floor.mjs +3 -3
- package/dist/compat/math/inRange.d.mts +4 -4
- package/dist/compat/math/inRange.d.ts +4 -4
- package/dist/compat/math/inRange.js +4 -4
- package/dist/compat/math/inRange.mjs +4 -4
- package/dist/compat/math/max.d.mts +2 -2
- package/dist/compat/math/max.d.ts +2 -2
- package/dist/compat/math/max.js +2 -2
- package/dist/compat/math/max.mjs +2 -2
- package/dist/compat/math/maxBy.d.mts +3 -3
- package/dist/compat/math/maxBy.d.ts +3 -3
- package/dist/compat/math/maxBy.js +3 -3
- package/dist/compat/math/maxBy.mjs +3 -3
- package/dist/compat/math/mean.d.mts +2 -2
- package/dist/compat/math/mean.d.ts +2 -2
- package/dist/compat/math/mean.js +2 -2
- package/dist/compat/math/mean.mjs +2 -2
- package/dist/compat/math/meanBy.d.mts +3 -3
- package/dist/compat/math/meanBy.d.ts +3 -3
- package/dist/compat/math/meanBy.js +3 -3
- package/dist/compat/math/meanBy.mjs +3 -3
- package/dist/compat/math/min.d.mts +2 -2
- package/dist/compat/math/min.d.ts +2 -2
- package/dist/compat/math/min.js +2 -2
- package/dist/compat/math/min.mjs +2 -2
- package/dist/compat/math/minBy.d.mts +3 -3
- package/dist/compat/math/minBy.d.ts +3 -3
- package/dist/compat/math/minBy.js +3 -3
- package/dist/compat/math/minBy.mjs +3 -3
- package/dist/compat/math/multiply.d.mts +3 -3
- package/dist/compat/math/multiply.d.ts +3 -3
- package/dist/compat/math/multiply.js +3 -3
- package/dist/compat/math/multiply.mjs +3 -3
- package/dist/compat/math/parseInt.d.mts +4 -4
- package/dist/compat/math/parseInt.d.ts +4 -4
- package/dist/compat/math/parseInt.js +4 -4
- package/dist/compat/math/parseInt.mjs +4 -4
- package/dist/compat/math/random.d.mts +13 -13
- package/dist/compat/math/random.d.ts +13 -13
- package/dist/compat/math/random.js +4 -4
- package/dist/compat/math/random.mjs +4 -4
- package/dist/compat/math/range.d.mts +8 -8
- package/dist/compat/math/range.d.ts +8 -8
- package/dist/compat/math/range.js +4 -4
- package/dist/compat/math/range.mjs +4 -4
- package/dist/compat/math/rangeRight.d.mts +8 -8
- package/dist/compat/math/rangeRight.d.ts +8 -8
- package/dist/compat/math/rangeRight.js +4 -4
- package/dist/compat/math/rangeRight.mjs +4 -4
- package/dist/compat/math/round.d.mts +3 -3
- package/dist/compat/math/round.d.ts +3 -3
- package/dist/compat/math/round.js +3 -3
- package/dist/compat/math/round.mjs +3 -3
- package/dist/compat/math/subtract.d.mts +3 -3
- package/dist/compat/math/subtract.d.ts +3 -3
- package/dist/compat/math/subtract.js +3 -3
- package/dist/compat/math/subtract.mjs +3 -3
- package/dist/compat/math/sum.d.mts +2 -2
- package/dist/compat/math/sum.d.ts +2 -2
- package/dist/compat/math/sum.js +2 -2
- package/dist/compat/math/sum.mjs +2 -2
- package/dist/compat/math/sumBy.d.mts +3 -3
- package/dist/compat/math/sumBy.d.ts +3 -3
- package/dist/compat/math/sumBy.js +3 -3
- package/dist/compat/math/sumBy.mjs +3 -3
- package/dist/compat/object/assign.d.mts +23 -23
- package/dist/compat/object/assign.d.ts +23 -23
- package/dist/compat/object/assign.js +3 -3
- package/dist/compat/object/assign.mjs +3 -3
- package/dist/compat/object/assignIn.d.mts +23 -23
- package/dist/compat/object/assignIn.d.ts +23 -23
- package/dist/compat/object/assignIn.js +3 -3
- package/dist/compat/object/assignIn.mjs +3 -3
- package/dist/compat/object/assignInWith.d.mts +27 -27
- package/dist/compat/object/assignInWith.d.ts +27 -27
- package/dist/compat/object/assignInWith.js +3 -3
- package/dist/compat/object/assignInWith.mjs +3 -3
- package/dist/compat/object/assignWith.d.mts +27 -27
- package/dist/compat/object/assignWith.d.ts +27 -27
- package/dist/compat/object/assignWith.js +3 -3
- package/dist/compat/object/assignWith.mjs +3 -3
- package/dist/compat/object/at.d.mts +6 -6
- package/dist/compat/object/at.d.ts +6 -6
- package/dist/compat/object/at.js +3 -3
- package/dist/compat/object/at.mjs +3 -3
- package/dist/compat/object/clone.d.mts +3 -3
- package/dist/compat/object/clone.d.ts +3 -3
- package/dist/compat/object/clone.js +3 -3
- package/dist/compat/object/clone.mjs +3 -3
- package/dist/compat/object/cloneDeep.d.mts +3 -3
- package/dist/compat/object/cloneDeep.d.ts +3 -3
- package/dist/compat/object/cloneDeep.js +3 -3
- package/dist/compat/object/cloneDeep.mjs +3 -3
- package/dist/compat/object/cloneDeepWith.d.mts +5 -5
- package/dist/compat/object/cloneDeepWith.d.ts +5 -5
- package/dist/compat/object/cloneDeepWith.js +3 -3
- package/dist/compat/object/cloneDeepWith.mjs +3 -3
- package/dist/compat/object/cloneWith.d.mts +8 -8
- package/dist/compat/object/cloneWith.d.ts +8 -8
- package/dist/compat/object/cloneWith.js +4 -4
- package/dist/compat/object/cloneWith.mjs +4 -4
- package/dist/compat/object/create.d.mts +3 -3
- package/dist/compat/object/create.d.ts +3 -3
- package/dist/compat/object/create.js +3 -3
- package/dist/compat/object/create.mjs +3 -3
- package/dist/compat/object/defaults.d.mts +23 -23
- package/dist/compat/object/defaults.d.ts +23 -23
- package/dist/compat/object/defaults.js +3 -3
- package/dist/compat/object/defaults.mjs +3 -3
- package/dist/compat/object/defaultsDeep.d.mts +3 -3
- package/dist/compat/object/defaultsDeep.d.ts +3 -3
- package/dist/compat/object/defaultsDeep.js +3 -3
- package/dist/compat/object/defaultsDeep.mjs +3 -3
- package/dist/compat/object/findKey.d.mts +3 -3
- package/dist/compat/object/findKey.d.ts +3 -3
- package/dist/compat/object/findKey.js +3 -3
- package/dist/compat/object/findKey.mjs +3 -3
- package/dist/compat/object/findLastKey.d.mts +3 -3
- package/dist/compat/object/findLastKey.d.ts +3 -3
- package/dist/compat/object/findLastKey.js +3 -3
- package/dist/compat/object/findLastKey.mjs +3 -3
- package/dist/compat/object/forIn.d.mts +6 -6
- package/dist/compat/object/forIn.d.ts +6 -6
- package/dist/compat/object/forIn.js +3 -3
- package/dist/compat/object/forIn.mjs +3 -3
- package/dist/compat/object/forInRight.d.mts +6 -6
- package/dist/compat/object/forInRight.d.ts +6 -6
- package/dist/compat/object/forInRight.js +3 -3
- package/dist/compat/object/forInRight.mjs +3 -3
- package/dist/compat/object/forOwn.d.mts +4 -4
- package/dist/compat/object/forOwn.d.ts +4 -4
- package/dist/compat/object/forOwn.js +2 -2
- package/dist/compat/object/forOwn.mjs +2 -2
- package/dist/compat/object/forOwnRight.d.mts +4 -4
- package/dist/compat/object/forOwnRight.d.ts +4 -4
- package/dist/compat/object/forOwnRight.js +2 -2
- package/dist/compat/object/forOwnRight.mjs +2 -2
- package/dist/compat/object/fromPairs.d.mts +4 -4
- package/dist/compat/object/fromPairs.d.ts +4 -4
- package/dist/compat/object/fromPairs.js +2 -2
- package/dist/compat/object/fromPairs.mjs +2 -2
- package/dist/compat/object/functions.d.mts +2 -2
- package/dist/compat/object/functions.d.ts +2 -2
- package/dist/compat/object/functions.js +2 -2
- package/dist/compat/object/functions.mjs +2 -2
- package/dist/compat/object/functionsIn.d.mts +2 -2
- package/dist/compat/object/functionsIn.d.ts +2 -2
- package/dist/compat/object/functionsIn.js +2 -2
- package/dist/compat/object/functionsIn.mjs +2 -2
- package/dist/compat/object/get.d.mts +68 -68
- package/dist/compat/object/get.d.ts +68 -68
- package/dist/compat/object/get.js +4 -4
- package/dist/compat/object/get.mjs +4 -4
- package/dist/compat/object/has.d.mts +6 -6
- package/dist/compat/object/has.d.ts +6 -6
- package/dist/compat/object/has.js +3 -3
- package/dist/compat/object/has.mjs +3 -3
- package/dist/compat/object/hasIn.d.mts +3 -3
- package/dist/compat/object/hasIn.d.ts +3 -3
- package/dist/compat/object/hasIn.js +3 -3
- package/dist/compat/object/hasIn.mjs +3 -3
- package/dist/compat/object/invert.d.mts +2 -2
- package/dist/compat/object/invert.d.ts +2 -2
- package/dist/compat/object/invert.js +2 -2
- package/dist/compat/object/invert.mjs +2 -2
- package/dist/compat/object/invertBy.d.mts +6 -6
- package/dist/compat/object/invertBy.d.ts +6 -6
- package/dist/compat/object/invertBy.js +3 -3
- package/dist/compat/object/invertBy.mjs +3 -3
- package/dist/compat/object/keys.d.mts +2 -2
- package/dist/compat/object/keys.d.ts +2 -2
- package/dist/compat/object/keys.js +2 -2
- package/dist/compat/object/keys.mjs +2 -2
- package/dist/compat/object/keysIn.d.mts +2 -2
- package/dist/compat/object/keysIn.d.ts +2 -2
- package/dist/compat/object/keysIn.js +2 -2
- package/dist/compat/object/keysIn.mjs +2 -2
- package/dist/compat/object/mapKeys.d.mts +6 -6
- package/dist/compat/object/mapKeys.d.ts +6 -6
- package/dist/compat/object/mapKeys.js +3 -3
- package/dist/compat/object/mapKeys.mjs +3 -3
- package/dist/compat/object/mapValues.js +3 -3
- package/dist/compat/object/mapValues.mjs +3 -3
- package/dist/compat/object/merge.d.mts +21 -21
- package/dist/compat/object/merge.d.ts +21 -21
- package/dist/compat/object/merge.js +3 -3
- package/dist/compat/object/merge.mjs +3 -3
- package/dist/compat/object/mergeWith.d.mts +25 -25
- package/dist/compat/object/mergeWith.d.ts +25 -25
- package/dist/compat/object/mergeWith.js +3 -3
- package/dist/compat/object/mergeWith.mjs +3 -3
- package/dist/compat/object/omit.d.mts +9 -9
- package/dist/compat/object/omit.d.ts +9 -9
- package/dist/compat/object/omit.js +3 -3
- package/dist/compat/object/omit.mjs +3 -3
- package/dist/compat/object/omitBy.d.mts +9 -9
- package/dist/compat/object/omitBy.d.ts +9 -9
- package/dist/compat/object/omitBy.js +3 -3
- package/dist/compat/object/omitBy.mjs +3 -3
- package/dist/compat/object/pick.d.mts +6 -6
- package/dist/compat/object/pick.d.ts +6 -6
- package/dist/compat/object/pick.js +3 -3
- package/dist/compat/object/pick.mjs +3 -3
- package/dist/compat/object/pickBy.d.mts +15 -15
- package/dist/compat/object/pickBy.d.ts +15 -15
- package/dist/compat/object/pickBy.js +3 -3
- package/dist/compat/object/pickBy.mjs +3 -3
- package/dist/compat/object/property.js +2 -2
- package/dist/compat/object/property.mjs +2 -2
- package/dist/compat/object/propertyOf.js +2 -2
- package/dist/compat/object/propertyOf.mjs +2 -2
- package/dist/compat/object/result.d.mts +4 -4
- package/dist/compat/object/result.d.ts +4 -4
- package/dist/compat/object/result.js +4 -4
- package/dist/compat/object/result.mjs +4 -4
- package/dist/compat/object/set.d.mts +8 -8
- package/dist/compat/object/set.d.ts +8 -8
- package/dist/compat/object/set.js +4 -4
- package/dist/compat/object/set.mjs +4 -4
- package/dist/compat/object/setWith.d.mts +10 -10
- package/dist/compat/object/setWith.d.ts +10 -10
- package/dist/compat/object/setWith.js +5 -5
- package/dist/compat/object/setWith.mjs +5 -5
- package/dist/compat/object/toDefaulted.d.mts +23 -23
- package/dist/compat/object/toDefaulted.d.ts +23 -23
- package/dist/compat/object/toDefaulted.js +3 -3
- package/dist/compat/object/toDefaulted.mjs +3 -3
- package/dist/compat/object/toPairs.d.mts +4 -4
- package/dist/compat/object/toPairs.d.ts +4 -4
- package/dist/compat/object/toPairs.js +2 -2
- package/dist/compat/object/toPairs.mjs +2 -2
- package/dist/compat/object/toPairsIn.d.mts +4 -4
- package/dist/compat/object/toPairsIn.d.ts +4 -4
- package/dist/compat/object/toPairsIn.js +2 -2
- package/dist/compat/object/toPairsIn.mjs +2 -2
- package/dist/compat/object/transform.d.mts +16 -16
- package/dist/compat/object/transform.d.ts +16 -16
- package/dist/compat/object/transform.js +4 -4
- package/dist/compat/object/transform.mjs +4 -4
- package/dist/compat/object/unset.d.mts +3 -3
- package/dist/compat/object/unset.d.ts +3 -3
- package/dist/compat/object/unset.js +3 -3
- package/dist/compat/object/unset.mjs +3 -3
- package/dist/compat/object/update.d.mts +4 -4
- package/dist/compat/object/update.d.ts +4 -4
- package/dist/compat/object/update.js +4 -4
- package/dist/compat/object/update.mjs +4 -4
- package/dist/compat/object/updateWith.d.mts +10 -10
- package/dist/compat/object/updateWith.d.ts +10 -10
- package/dist/compat/object/updateWith.js +5 -5
- package/dist/compat/object/updateWith.mjs +5 -5
- package/dist/compat/object/values.d.mts +6 -6
- package/dist/compat/object/values.d.ts +6 -6
- package/dist/compat/object/values.js +2 -2
- package/dist/compat/object/values.mjs +2 -2
- package/dist/compat/object/valuesIn.d.mts +4 -4
- package/dist/compat/object/valuesIn.d.ts +4 -4
- package/dist/compat/object/valuesIn.js +2 -2
- package/dist/compat/object/valuesIn.mjs +2 -2
- package/dist/compat/predicate/conforms.d.mts +2 -2
- package/dist/compat/predicate/conforms.d.ts +2 -2
- package/dist/compat/predicate/conforms.js +2 -2
- package/dist/compat/predicate/conforms.mjs +2 -2
- package/dist/compat/predicate/conformsTo.d.mts +3 -3
- package/dist/compat/predicate/conformsTo.d.ts +3 -3
- package/dist/compat/predicate/conformsTo.js +3 -3
- package/dist/compat/predicate/conformsTo.mjs +3 -3
- package/dist/compat/predicate/isArguments.d.mts +2 -2
- package/dist/compat/predicate/isArguments.d.ts +2 -2
- package/dist/compat/predicate/isArguments.js +2 -2
- package/dist/compat/predicate/isArguments.mjs +2 -2
- package/dist/compat/predicate/isArray.d.mts +4 -4
- package/dist/compat/predicate/isArray.d.ts +4 -4
- package/dist/compat/predicate/isArray.js +2 -2
- package/dist/compat/predicate/isArray.mjs +2 -2
- package/dist/compat/predicate/isArrayBuffer.d.mts +2 -2
- package/dist/compat/predicate/isArrayBuffer.d.ts +2 -2
- package/dist/compat/predicate/isArrayBuffer.js +2 -2
- package/dist/compat/predicate/isArrayBuffer.mjs +2 -2
- package/dist/compat/predicate/isArrayLike.d.mts +6 -6
- package/dist/compat/predicate/isArrayLike.d.ts +6 -6
- package/dist/compat/predicate/isArrayLike.js +2 -2
- package/dist/compat/predicate/isArrayLike.mjs +2 -2
- package/dist/compat/predicate/isArrayLikeObject.js +2 -2
- package/dist/compat/predicate/isArrayLikeObject.mjs +2 -2
- package/dist/compat/predicate/isBoolean.d.mts +2 -2
- package/dist/compat/predicate/isBoolean.d.ts +2 -2
- package/dist/compat/predicate/isBoolean.js +2 -2
- package/dist/compat/predicate/isBoolean.mjs +2 -2
- package/dist/compat/predicate/isBuffer.d.mts +2 -2
- package/dist/compat/predicate/isBuffer.d.ts +2 -2
- package/dist/compat/predicate/isBuffer.js +2 -2
- package/dist/compat/predicate/isBuffer.mjs +2 -2
- package/dist/compat/predicate/isDate.d.mts +2 -2
- package/dist/compat/predicate/isDate.d.ts +2 -2
- package/dist/compat/predicate/isDate.js +2 -2
- package/dist/compat/predicate/isDate.mjs +2 -2
- package/dist/compat/predicate/isElement.d.mts +2 -2
- package/dist/compat/predicate/isElement.d.ts +2 -2
- package/dist/compat/predicate/isElement.js +2 -2
- package/dist/compat/predicate/isElement.mjs +2 -2
- package/dist/compat/predicate/isEmpty.js +3 -3
- package/dist/compat/predicate/isEmpty.mjs +3 -3
- package/dist/compat/predicate/isEqualWith.d.mts +4 -4
- package/dist/compat/predicate/isEqualWith.d.ts +4 -4
- package/dist/compat/predicate/isEqualWith.js +4 -4
- package/dist/compat/predicate/isEqualWith.mjs +4 -4
- package/dist/compat/predicate/isError.d.mts +2 -2
- package/dist/compat/predicate/isError.d.ts +2 -2
- package/dist/compat/predicate/isError.js +2 -2
- package/dist/compat/predicate/isError.mjs +2 -2
- package/dist/compat/predicate/isFinite.d.mts +2 -2
- package/dist/compat/predicate/isFinite.d.ts +2 -2
- package/dist/compat/predicate/isFinite.js +2 -2
- package/dist/compat/predicate/isFinite.mjs +2 -2
- package/dist/compat/predicate/isFunction.d.mts +2 -2
- package/dist/compat/predicate/isFunction.d.ts +2 -2
- package/dist/compat/predicate/isFunction.js +2 -2
- package/dist/compat/predicate/isFunction.mjs +2 -2
- package/dist/compat/predicate/isInteger.d.mts +2 -2
- package/dist/compat/predicate/isInteger.d.ts +2 -2
- package/dist/compat/predicate/isInteger.js +2 -2
- package/dist/compat/predicate/isInteger.mjs +2 -2
- package/dist/compat/predicate/isLength.d.mts +2 -2
- package/dist/compat/predicate/isLength.d.ts +2 -2
- package/dist/compat/predicate/isLength.js +2 -2
- package/dist/compat/predicate/isLength.mjs +2 -2
- package/dist/compat/predicate/isMap.d.mts +2 -2
- package/dist/compat/predicate/isMap.d.ts +2 -2
- package/dist/compat/predicate/isMap.js +2 -2
- package/dist/compat/predicate/isMap.mjs +2 -2
- package/dist/compat/predicate/isMatch.d.mts +3 -3
- package/dist/compat/predicate/isMatch.d.ts +3 -3
- package/dist/compat/predicate/isMatch.js +3 -3
- package/dist/compat/predicate/isMatch.mjs +3 -3
- package/dist/compat/predicate/isMatchWith.d.mts +4 -4
- package/dist/compat/predicate/isMatchWith.d.ts +4 -4
- package/dist/compat/predicate/isMatchWith.js +4 -4
- package/dist/compat/predicate/isMatchWith.mjs +4 -4
- package/dist/compat/predicate/isNaN.d.mts +2 -2
- package/dist/compat/predicate/isNaN.d.ts +2 -2
- package/dist/compat/predicate/isNaN.js +2 -2
- package/dist/compat/predicate/isNaN.mjs +2 -2
- package/dist/compat/predicate/isNative.d.mts +2 -2
- package/dist/compat/predicate/isNative.d.ts +2 -2
- package/dist/compat/predicate/isNative.js +2 -2
- package/dist/compat/predicate/isNative.mjs +2 -2
- package/dist/compat/predicate/isNil.d.mts +2 -2
- package/dist/compat/predicate/isNil.d.ts +2 -2
- package/dist/compat/predicate/isNil.js +2 -2
- package/dist/compat/predicate/isNil.mjs +2 -2
- package/dist/compat/predicate/isNull.d.mts +2 -2
- package/dist/compat/predicate/isNull.d.ts +2 -2
- package/dist/compat/predicate/isNull.js +2 -2
- package/dist/compat/predicate/isNull.mjs +2 -2
- package/dist/compat/predicate/isNumber.d.mts +2 -2
- package/dist/compat/predicate/isNumber.d.ts +2 -2
- package/dist/compat/predicate/isNumber.js +2 -2
- package/dist/compat/predicate/isNumber.mjs +2 -2
- package/dist/compat/predicate/isObject.d.mts +2 -2
- package/dist/compat/predicate/isObject.d.ts +2 -2
- package/dist/compat/predicate/isObject.js +2 -2
- package/dist/compat/predicate/isObject.mjs +2 -2
- package/dist/compat/predicate/isObjectLike.d.mts +2 -2
- package/dist/compat/predicate/isObjectLike.d.ts +2 -2
- package/dist/compat/predicate/isObjectLike.js +2 -2
- package/dist/compat/predicate/isObjectLike.mjs +2 -2
- package/dist/compat/predicate/isPlainObject.d.mts +2 -2
- package/dist/compat/predicate/isPlainObject.d.ts +2 -2
- package/dist/compat/predicate/isPlainObject.js +2 -2
- package/dist/compat/predicate/isPlainObject.mjs +2 -2
- package/dist/compat/predicate/isRegExp.d.mts +2 -2
- package/dist/compat/predicate/isRegExp.d.ts +2 -2
- package/dist/compat/predicate/isRegExp.js +2 -2
- package/dist/compat/predicate/isRegExp.mjs +2 -2
- package/dist/compat/predicate/isSafeInteger.d.mts +2 -2
- package/dist/compat/predicate/isSafeInteger.d.ts +2 -2
- package/dist/compat/predicate/isSafeInteger.js +2 -2
- package/dist/compat/predicate/isSafeInteger.mjs +2 -2
- package/dist/compat/predicate/isSet.d.mts +2 -2
- package/dist/compat/predicate/isSet.d.ts +2 -2
- package/dist/compat/predicate/isSet.js +2 -2
- package/dist/compat/predicate/isSet.mjs +2 -2
- package/dist/compat/predicate/isString.d.mts +2 -2
- package/dist/compat/predicate/isString.d.ts +2 -2
- package/dist/compat/predicate/isString.js +2 -2
- package/dist/compat/predicate/isString.mjs +2 -2
- package/dist/compat/predicate/isSymbol.d.mts +2 -2
- package/dist/compat/predicate/isSymbol.d.ts +2 -2
- package/dist/compat/predicate/isSymbol.js +2 -2
- package/dist/compat/predicate/isSymbol.mjs +2 -2
- package/dist/compat/predicate/isTypedArray.d.mts +2 -2
- package/dist/compat/predicate/isTypedArray.d.ts +2 -2
- package/dist/compat/predicate/isTypedArray.js +2 -2
- package/dist/compat/predicate/isTypedArray.mjs +2 -2
- package/dist/compat/predicate/isUndefined.d.mts +2 -2
- package/dist/compat/predicate/isUndefined.d.ts +2 -2
- package/dist/compat/predicate/isUndefined.js +2 -2
- package/dist/compat/predicate/isUndefined.mjs +2 -2
- package/dist/compat/predicate/isWeakMap.d.mts +2 -2
- package/dist/compat/predicate/isWeakMap.d.ts +2 -2
- package/dist/compat/predicate/isWeakMap.js +2 -2
- package/dist/compat/predicate/isWeakMap.mjs +2 -2
- package/dist/compat/predicate/isWeakSet.d.mts +2 -2
- package/dist/compat/predicate/isWeakSet.d.ts +2 -2
- package/dist/compat/predicate/isWeakSet.js +2 -2
- package/dist/compat/predicate/isWeakSet.mjs +2 -2
- package/dist/compat/predicate/matches.d.mts +4 -4
- package/dist/compat/predicate/matches.d.ts +4 -4
- package/dist/compat/predicate/matches.js +2 -2
- package/dist/compat/predicate/matches.mjs +2 -2
- package/dist/compat/predicate/matchesProperty.d.mts +6 -6
- package/dist/compat/predicate/matchesProperty.d.ts +6 -6
- package/dist/compat/predicate/matchesProperty.js +3 -3
- package/dist/compat/predicate/matchesProperty.mjs +3 -3
- package/dist/compat/string/camelCase.d.mts +2 -2
- package/dist/compat/string/camelCase.d.ts +2 -2
- package/dist/compat/string/camelCase.js +2 -2
- package/dist/compat/string/camelCase.mjs +2 -2
- package/dist/compat/string/capitalize.d.mts +2 -2
- package/dist/compat/string/capitalize.d.ts +2 -2
- package/dist/compat/string/capitalize.js +2 -2
- package/dist/compat/string/capitalize.mjs +2 -2
- package/dist/compat/string/deburr.d.mts +2 -2
- package/dist/compat/string/deburr.d.ts +2 -2
- package/dist/compat/string/deburr.js +2 -2
- package/dist/compat/string/deburr.mjs +2 -2
- package/dist/compat/string/endsWith.d.mts +4 -4
- package/dist/compat/string/endsWith.d.ts +4 -4
- package/dist/compat/string/endsWith.js +4 -4
- package/dist/compat/string/endsWith.mjs +4 -4
- package/dist/compat/string/escape.d.mts +2 -2
- package/dist/compat/string/escape.d.ts +2 -2
- package/dist/compat/string/escape.js +2 -2
- package/dist/compat/string/escape.mjs +2 -2
- package/dist/compat/string/escapeRegExp.d.mts +2 -2
- package/dist/compat/string/escapeRegExp.d.ts +2 -2
- package/dist/compat/string/escapeRegExp.js +2 -2
- package/dist/compat/string/escapeRegExp.mjs +2 -2
- package/dist/compat/string/kebabCase.d.mts +2 -2
- package/dist/compat/string/kebabCase.d.ts +2 -2
- package/dist/compat/string/kebabCase.js +2 -2
- package/dist/compat/string/kebabCase.mjs +2 -2
- package/dist/compat/string/lowerCase.d.mts +2 -2
- package/dist/compat/string/lowerCase.d.ts +2 -2
- package/dist/compat/string/lowerCase.js +2 -2
- package/dist/compat/string/lowerCase.mjs +2 -2
- package/dist/compat/string/lowerFirst.d.mts +2 -2
- package/dist/compat/string/lowerFirst.d.ts +2 -2
- package/dist/compat/string/lowerFirst.js +2 -2
- package/dist/compat/string/lowerFirst.mjs +2 -2
- package/dist/compat/string/pad.d.mts +4 -4
- package/dist/compat/string/pad.d.ts +4 -4
- package/dist/compat/string/pad.js +4 -4
- package/dist/compat/string/pad.mjs +4 -4
- package/dist/compat/string/padEnd.d.mts +4 -4
- package/dist/compat/string/padEnd.d.ts +4 -4
- package/dist/compat/string/padEnd.js +4 -4
- package/dist/compat/string/padEnd.mjs +4 -4
- package/dist/compat/string/padStart.d.mts +4 -4
- package/dist/compat/string/padStart.d.ts +4 -4
- package/dist/compat/string/padStart.js +4 -4
- package/dist/compat/string/padStart.mjs +4 -4
- package/dist/compat/string/repeat.d.mts +3 -3
- package/dist/compat/string/repeat.d.ts +3 -3
- package/dist/compat/string/repeat.js +3 -3
- package/dist/compat/string/repeat.mjs +3 -3
- package/dist/compat/string/replace.js +1 -1
- package/dist/compat/string/replace.mjs +1 -1
- package/dist/compat/string/snakeCase.d.mts +2 -2
- package/dist/compat/string/snakeCase.d.ts +2 -2
- package/dist/compat/string/snakeCase.js +2 -2
- package/dist/compat/string/snakeCase.mjs +2 -2
- package/dist/compat/string/split.d.mts +8 -8
- package/dist/compat/string/split.d.ts +8 -8
- package/dist/compat/string/startCase.d.mts +2 -2
- package/dist/compat/string/startCase.d.ts +2 -2
- package/dist/compat/string/startCase.js +2 -2
- package/dist/compat/string/startCase.mjs +2 -2
- package/dist/compat/string/startsWith.d.mts +4 -4
- package/dist/compat/string/startsWith.d.ts +4 -4
- package/dist/compat/string/startsWith.js +4 -4
- package/dist/compat/string/startsWith.mjs +4 -4
- package/dist/compat/string/template.js +10 -10
- package/dist/compat/string/template.mjs +10 -10
- package/dist/compat/string/toLower.d.mts +2 -2
- package/dist/compat/string/toLower.d.ts +2 -2
- package/dist/compat/string/toLower.js +2 -2
- package/dist/compat/string/toLower.mjs +2 -2
- package/dist/compat/string/toUpper.d.mts +2 -2
- package/dist/compat/string/toUpper.d.ts +2 -2
- package/dist/compat/string/toUpper.js +2 -2
- package/dist/compat/string/toUpper.mjs +2 -2
- package/dist/compat/string/trim.d.mts +6 -6
- package/dist/compat/string/trim.d.ts +6 -6
- package/dist/compat/string/trimEnd.d.mts +7 -7
- package/dist/compat/string/trimEnd.d.ts +7 -7
- package/dist/compat/string/trimEnd.js +4 -4
- package/dist/compat/string/trimEnd.mjs +4 -4
- package/dist/compat/string/trimStart.d.mts +7 -7
- package/dist/compat/string/trimStart.d.ts +7 -7
- package/dist/compat/string/trimStart.js +4 -4
- package/dist/compat/string/trimStart.mjs +4 -4
- package/dist/compat/string/truncate.d.mts +5 -5
- package/dist/compat/string/truncate.d.ts +5 -5
- package/dist/compat/string/truncate.js +5 -5
- package/dist/compat/string/truncate.mjs +5 -5
- package/dist/compat/string/unescape.d.mts +2 -2
- package/dist/compat/string/unescape.d.ts +2 -2
- package/dist/compat/string/unescape.js +2 -2
- package/dist/compat/string/unescape.mjs +2 -2
- package/dist/compat/string/upperCase.d.mts +2 -2
- package/dist/compat/string/upperCase.d.ts +2 -2
- package/dist/compat/string/upperCase.js +2 -2
- package/dist/compat/string/upperCase.mjs +2 -2
- package/dist/compat/string/upperFirst.d.mts +2 -2
- package/dist/compat/string/upperFirst.d.ts +2 -2
- package/dist/compat/string/upperFirst.js +2 -2
- package/dist/compat/string/upperFirst.mjs +2 -2
- package/dist/compat/string/words.d.mts +6 -6
- package/dist/compat/string/words.d.ts +6 -6
- package/dist/compat/string/words.js +3 -3
- package/dist/compat/string/words.mjs +3 -3
- package/dist/compat/util/bindAll.d.mts +3 -3
- package/dist/compat/util/bindAll.d.ts +3 -3
- package/dist/compat/util/bindAll.js +3 -3
- package/dist/compat/util/bindAll.mjs +3 -3
- package/dist/compat/util/cond.d.mts +4 -4
- package/dist/compat/util/cond.d.ts +4 -4
- package/dist/compat/util/constant.d.mts +2 -2
- package/dist/compat/util/constant.d.ts +2 -2
- package/dist/compat/util/constant.js +2 -2
- package/dist/compat/util/constant.mjs +2 -2
- package/dist/compat/util/defaultTo.d.mts +6 -6
- package/dist/compat/util/defaultTo.d.ts +6 -6
- package/dist/compat/util/defaultTo.js +3 -3
- package/dist/compat/util/defaultTo.mjs +3 -3
- package/dist/compat/util/gt.d.mts +3 -3
- package/dist/compat/util/gt.d.ts +3 -3
- package/dist/compat/util/gt.js +3 -3
- package/dist/compat/util/gt.mjs +3 -3
- package/dist/compat/util/gte.d.mts +3 -3
- package/dist/compat/util/gte.d.ts +3 -3
- package/dist/compat/util/gte.js +3 -3
- package/dist/compat/util/gte.mjs +3 -3
- package/dist/compat/util/invoke.d.mts +4 -4
- package/dist/compat/util/invoke.d.ts +4 -4
- package/dist/compat/util/invoke.js +4 -4
- package/dist/compat/util/invoke.mjs +4 -4
- package/dist/compat/util/iteratee.d.mts +4 -4
- package/dist/compat/util/iteratee.d.ts +4 -4
- package/dist/compat/util/iteratee.js +2 -2
- package/dist/compat/util/iteratee.mjs +2 -2
- package/dist/compat/util/lt.d.mts +3 -3
- package/dist/compat/util/lt.d.ts +3 -3
- package/dist/compat/util/lt.js +3 -3
- package/dist/compat/util/lt.mjs +3 -3
- package/dist/compat/util/lte.d.mts +3 -3
- package/dist/compat/util/lte.d.ts +3 -3
- package/dist/compat/util/lte.js +3 -3
- package/dist/compat/util/lte.mjs +3 -3
- package/dist/compat/util/method.d.mts +3 -3
- package/dist/compat/util/method.d.ts +3 -3
- package/dist/compat/util/method.js +3 -3
- package/dist/compat/util/method.mjs +3 -3
- package/dist/compat/util/methodOf.d.mts +3 -3
- package/dist/compat/util/methodOf.d.ts +3 -3
- package/dist/compat/util/methodOf.js +3 -3
- package/dist/compat/util/methodOf.mjs +3 -3
- package/dist/compat/util/now.d.mts +1 -1
- package/dist/compat/util/now.d.ts +1 -1
- package/dist/compat/util/now.js +1 -1
- package/dist/compat/util/now.mjs +1 -1
- package/dist/compat/util/over.d.mts +2 -2
- package/dist/compat/util/over.d.ts +2 -2
- package/dist/compat/util/over.js +2 -2
- package/dist/compat/util/over.mjs +2 -2
- package/dist/compat/util/overEvery.d.mts +5 -5
- package/dist/compat/util/overEvery.d.ts +5 -5
- package/dist/compat/util/overEvery.js +2 -2
- package/dist/compat/util/overEvery.mjs +2 -2
- package/dist/compat/util/overSome.d.mts +5 -5
- package/dist/compat/util/overSome.d.ts +5 -5
- package/dist/compat/util/overSome.js +2 -2
- package/dist/compat/util/overSome.mjs +2 -2
- package/dist/compat/util/stubArray.d.mts +1 -1
- package/dist/compat/util/stubArray.d.ts +1 -1
- package/dist/compat/util/stubFalse.d.mts +2 -2
- package/dist/compat/util/stubFalse.d.ts +2 -2
- package/dist/compat/util/stubObject.d.mts +1 -1
- package/dist/compat/util/stubObject.d.ts +1 -1
- package/dist/compat/util/stubObject.js +1 -1
- package/dist/compat/util/stubObject.mjs +1 -1
- package/dist/compat/util/stubString.d.mts +1 -1
- package/dist/compat/util/stubString.d.ts +1 -1
- package/dist/compat/util/stubTrue.d.mts +2 -2
- package/dist/compat/util/stubTrue.d.ts +2 -2
- package/dist/compat/util/times.d.mts +5 -5
- package/dist/compat/util/times.d.ts +5 -5
- package/dist/compat/util/times.js +3 -3
- package/dist/compat/util/times.mjs +3 -3
- package/dist/compat/util/toArray.d.mts +5 -5
- package/dist/compat/util/toArray.d.ts +5 -5
- package/dist/compat/util/toArray.js +2 -2
- package/dist/compat/util/toArray.mjs +2 -2
- package/dist/compat/util/toFinite.d.mts +2 -2
- package/dist/compat/util/toFinite.d.ts +2 -2
- package/dist/compat/util/toFinite.js +2 -2
- package/dist/compat/util/toFinite.mjs +2 -2
- package/dist/compat/util/toInteger.d.mts +2 -2
- package/dist/compat/util/toInteger.d.ts +2 -2
- package/dist/compat/util/toInteger.js +2 -2
- package/dist/compat/util/toInteger.mjs +2 -2
- package/dist/compat/util/toLength.d.mts +4 -3
- package/dist/compat/util/toLength.d.ts +4 -3
- package/dist/compat/util/toLength.js +6 -5
- package/dist/compat/util/toLength.mjs +6 -4
- package/dist/compat/util/toNumber.d.mts +2 -2
- package/dist/compat/util/toNumber.d.ts +2 -2
- package/dist/compat/util/toNumber.js +2 -2
- package/dist/compat/util/toNumber.mjs +2 -2
- package/dist/compat/util/toPath.d.mts +2 -2
- package/dist/compat/util/toPath.d.ts +2 -2
- package/dist/compat/util/toPath.js +2 -2
- package/dist/compat/util/toPath.mjs +2 -2
- package/dist/compat/util/toPlainObject.d.mts +2 -2
- package/dist/compat/util/toPlainObject.d.ts +2 -2
- package/dist/compat/util/toPlainObject.js +2 -2
- package/dist/compat/util/toPlainObject.mjs +2 -2
- package/dist/compat/util/toSafeInteger.d.mts +2 -2
- package/dist/compat/util/toSafeInteger.d.ts +2 -2
- package/dist/compat/util/toSafeInteger.js +2 -2
- package/dist/compat/util/toSafeInteger.mjs +2 -2
- package/dist/compat/util/toString.d.mts +2 -2
- package/dist/compat/util/toString.d.ts +2 -2
- package/dist/compat/util/toString.js +2 -2
- package/dist/compat/util/toString.mjs +2 -2
- package/dist/compat/util/uniqueId.d.mts +2 -2
- package/dist/compat/util/uniqueId.d.ts +2 -2
- package/dist/compat/util/uniqueId.js +2 -2
- package/dist/compat/util/uniqueId.mjs +2 -2
- package/dist/function/after.d.mts +3 -3
- package/dist/function/after.d.ts +3 -3
- package/dist/function/after.js +3 -3
- package/dist/function/after.mjs +3 -3
- package/dist/function/ary.d.mts +3 -3
- package/dist/function/ary.d.ts +3 -3
- package/dist/function/ary.js +3 -3
- package/dist/function/ary.mjs +3 -3
- package/dist/function/asyncNoop.d.mts +1 -1
- package/dist/function/asyncNoop.d.ts +1 -1
- package/dist/function/asyncNoop.js +1 -1
- package/dist/function/asyncNoop.mjs +1 -1
- package/dist/function/before.d.mts +3 -3
- package/dist/function/before.d.ts +3 -3
- package/dist/function/before.js +3 -3
- package/dist/function/before.mjs +3 -3
- package/dist/function/curry.d.mts +14 -14
- package/dist/function/curry.d.ts +14 -14
- package/dist/function/curry.js +2 -2
- package/dist/function/curry.mjs +2 -2
- package/dist/function/curryRight.d.mts +14 -14
- package/dist/function/curryRight.d.ts +14 -14
- package/dist/function/curryRight.js +2 -2
- package/dist/function/curryRight.mjs +2 -2
- package/dist/function/debounce.d.mts +4 -6
- package/dist/function/debounce.d.ts +4 -6
- package/dist/function/debounce.js +4 -4
- package/dist/function/debounce.mjs +4 -4
- package/dist/function/flow.d.mts +24 -24
- package/dist/function/flow.d.ts +24 -24
- package/dist/function/flow.js +2 -2
- package/dist/function/flow.mjs +2 -2
- package/dist/function/flowRight.d.mts +24 -24
- package/dist/function/flowRight.d.ts +24 -24
- package/dist/function/flowRight.js +2 -2
- package/dist/function/flowRight.mjs +2 -2
- package/dist/function/identity.d.mts +2 -2
- package/dist/function/identity.d.ts +2 -2
- package/dist/function/identity.js +2 -2
- package/dist/function/identity.mjs +2 -2
- package/dist/function/memoize.d.mts +4 -4
- package/dist/function/memoize.d.ts +4 -4
- package/dist/function/memoize.js +4 -4
- package/dist/function/memoize.mjs +4 -4
- package/dist/function/negate.d.mts +2 -2
- package/dist/function/negate.d.ts +2 -2
- package/dist/function/negate.js +2 -2
- package/dist/function/negate.mjs +2 -2
- package/dist/function/noop.d.mts +1 -1
- package/dist/function/noop.d.ts +1 -1
- package/dist/function/noop.js +1 -1
- package/dist/function/noop.mjs +1 -1
- package/dist/function/once.d.mts +2 -2
- package/dist/function/once.d.ts +2 -2
- package/dist/function/once.js +2 -2
- package/dist/function/once.mjs +2 -2
- package/dist/function/partial.d.mts +130 -130
- package/dist/function/partial.d.ts +130 -130
- package/dist/function/partial.js +3 -3
- package/dist/function/partial.mjs +3 -3
- package/dist/function/partialRight.d.mts +135 -135
- package/dist/function/partialRight.d.ts +135 -135
- package/dist/function/partialRight.js +3 -3
- package/dist/function/partialRight.mjs +3 -3
- package/dist/function/rest.d.mts +3 -3
- package/dist/function/rest.d.ts +3 -3
- package/dist/function/rest.js +3 -3
- package/dist/function/rest.mjs +3 -3
- package/dist/function/retry.d.mts +15 -15
- package/dist/function/retry.d.ts +15 -15
- package/dist/function/retry.js +3 -3
- package/dist/function/retry.mjs +3 -3
- package/dist/function/spread.d.mts +2 -2
- package/dist/function/spread.d.ts +2 -2
- package/dist/function/spread.js +2 -2
- package/dist/function/spread.mjs +2 -2
- package/dist/function/throttle.d.mts +3 -3
- package/dist/function/throttle.d.ts +3 -3
- package/dist/function/throttle.js +3 -3
- package/dist/function/throttle.mjs +3 -3
- package/dist/function/unary.d.mts +2 -2
- package/dist/function/unary.d.ts +2 -2
- package/dist/function/unary.js +2 -2
- package/dist/function/unary.mjs +2 -2
- package/dist/map/countBy.d.mts +3 -3
- package/dist/map/countBy.d.ts +3 -3
- package/dist/map/countBy.js +3 -3
- package/dist/map/countBy.mjs +3 -3
- package/dist/map/every.d.mts +3 -3
- package/dist/map/every.d.ts +3 -3
- package/dist/map/every.js +3 -3
- package/dist/map/every.mjs +3 -3
- package/dist/map/filter.d.mts +3 -3
- package/dist/map/filter.d.ts +3 -3
- package/dist/map/filter.js +3 -3
- package/dist/map/filter.mjs +3 -3
- package/dist/map/findKey.d.mts +3 -3
- package/dist/map/findKey.d.ts +3 -3
- package/dist/map/findKey.js +3 -3
- package/dist/map/findKey.mjs +3 -3
- package/dist/map/findValue.d.mts +3 -3
- package/dist/map/findValue.d.ts +3 -3
- package/dist/map/findValue.js +3 -3
- package/dist/map/findValue.mjs +3 -3
- package/dist/map/forEach.d.mts +2 -3
- package/dist/map/forEach.d.ts +2 -3
- package/dist/map/forEach.js +2 -3
- package/dist/map/forEach.mjs +2 -3
- package/dist/map/hasValue.d.mts +3 -3
- package/dist/map/hasValue.d.ts +3 -3
- package/dist/map/hasValue.js +3 -3
- package/dist/map/hasValue.mjs +3 -3
- package/dist/map/keyBy.d.mts +3 -3
- package/dist/map/keyBy.d.ts +3 -3
- package/dist/map/keyBy.js +3 -3
- package/dist/map/keyBy.mjs +3 -3
- package/dist/map/mapKeys.d.mts +3 -3
- package/dist/map/mapKeys.d.ts +3 -3
- package/dist/map/mapKeys.js +3 -3
- package/dist/map/mapKeys.mjs +3 -3
- package/dist/map/mapValues.d.mts +3 -3
- package/dist/map/mapValues.d.ts +3 -3
- package/dist/map/mapValues.js +3 -3
- package/dist/map/mapValues.mjs +3 -3
- package/dist/map/reduce.d.mts +4 -4
- package/dist/map/reduce.d.ts +4 -4
- package/dist/map/reduce.js +4 -4
- package/dist/map/reduce.mjs +4 -4
- package/dist/map/some.d.mts +3 -3
- package/dist/map/some.d.ts +3 -3
- package/dist/map/some.js +3 -3
- package/dist/map/some.mjs +3 -3
- package/dist/math/clamp.d.mts +7 -7
- package/dist/math/clamp.d.ts +7 -7
- package/dist/math/clamp.js +4 -4
- package/dist/math/clamp.mjs +4 -4
- package/dist/math/inRange.d.mts +7 -7
- package/dist/math/inRange.d.ts +7 -7
- package/dist/math/inRange.js +4 -4
- package/dist/math/inRange.mjs +4 -4
- package/dist/math/mean.d.mts +2 -2
- package/dist/math/mean.d.ts +2 -2
- package/dist/math/mean.js +2 -2
- package/dist/math/mean.mjs +2 -2
- package/dist/math/meanBy.d.mts +3 -3
- package/dist/math/meanBy.d.ts +3 -3
- package/dist/math/meanBy.js +3 -3
- package/dist/math/meanBy.mjs +3 -3
- package/dist/math/median.d.mts +2 -2
- package/dist/math/median.d.ts +2 -2
- package/dist/math/median.js +2 -2
- package/dist/math/median.mjs +2 -2
- package/dist/math/medianBy.d.mts +3 -3
- package/dist/math/medianBy.d.ts +3 -3
- package/dist/math/medianBy.js +3 -3
- package/dist/math/medianBy.mjs +3 -3
- package/dist/math/percentile.d.mts +3 -3
- package/dist/math/percentile.d.ts +3 -3
- package/dist/math/percentile.js +3 -3
- package/dist/math/percentile.mjs +3 -3
- package/dist/math/random.d.mts +5 -5
- package/dist/math/random.d.ts +5 -5
- package/dist/math/random.js +3 -3
- package/dist/math/random.mjs +3 -3
- package/dist/math/randomInt.d.mts +5 -5
- package/dist/math/randomInt.d.ts +5 -5
- package/dist/math/randomInt.js +3 -3
- package/dist/math/randomInt.mjs +3 -3
- package/dist/math/range.d.mts +9 -9
- package/dist/math/range.d.ts +9 -9
- package/dist/math/range.js +4 -4
- package/dist/math/range.mjs +4 -4
- package/dist/math/rangeRight.d.mts +9 -9
- package/dist/math/rangeRight.d.ts +9 -9
- package/dist/math/rangeRight.js +4 -4
- package/dist/math/rangeRight.mjs +4 -4
- package/dist/math/round.d.mts +3 -3
- package/dist/math/round.d.ts +3 -3
- package/dist/math/round.js +3 -3
- package/dist/math/round.mjs +3 -3
- package/dist/math/sum.d.mts +2 -2
- package/dist/math/sum.d.ts +2 -2
- package/dist/math/sum.js +2 -2
- package/dist/math/sum.mjs +2 -2
- package/dist/math/sumBy.d.mts +3 -3
- package/dist/math/sumBy.d.ts +3 -3
- package/dist/math/sumBy.js +3 -3
- package/dist/math/sumBy.mjs +3 -3
- package/dist/object/clone.d.mts +3 -3
- package/dist/object/clone.d.ts +3 -3
- package/dist/object/clone.js +3 -3
- package/dist/object/clone.mjs +3 -3
- package/dist/object/cloneDeep.d.mts +3 -3
- package/dist/object/cloneDeep.d.ts +3 -3
- package/dist/object/cloneDeep.js +3 -3
- package/dist/object/cloneDeep.mjs +3 -3
- package/dist/object/cloneDeepWith.d.mts +3 -3
- package/dist/object/cloneDeepWith.d.ts +3 -3
- package/dist/object/cloneDeepWith.js +3 -3
- package/dist/object/cloneDeepWith.mjs +3 -3
- package/dist/object/findKey.d.mts +3 -3
- package/dist/object/findKey.d.ts +3 -3
- package/dist/object/findKey.js +3 -3
- package/dist/object/findKey.mjs +3 -3
- package/dist/object/flattenObject.d.mts +3 -3
- package/dist/object/flattenObject.d.ts +3 -3
- package/dist/object/flattenObject.js +3 -3
- package/dist/object/flattenObject.mjs +3 -3
- package/dist/object/invert.d.mts +2 -2
- package/dist/object/invert.d.ts +2 -2
- package/dist/object/invert.js +2 -2
- package/dist/object/invert.mjs +2 -2
- package/dist/object/mapKeys.d.mts +3 -3
- package/dist/object/mapKeys.d.ts +3 -3
- package/dist/object/mapKeys.js +3 -3
- package/dist/object/mapKeys.mjs +3 -3
- package/dist/object/mapValues.d.mts +3 -3
- package/dist/object/mapValues.d.ts +3 -3
- package/dist/object/mapValues.js +3 -3
- package/dist/object/mapValues.mjs +3 -3
- package/dist/object/merge.d.mts +3 -3
- package/dist/object/merge.d.ts +3 -3
- package/dist/object/merge.js +3 -3
- package/dist/object/merge.mjs +3 -3
- package/dist/object/mergeWith.d.mts +4 -4
- package/dist/object/mergeWith.d.ts +4 -4
- package/dist/object/mergeWith.js +4 -4
- package/dist/object/mergeWith.mjs +4 -4
- package/dist/object/omit.d.mts +3 -3
- package/dist/object/omit.d.ts +3 -3
- package/dist/object/omit.js +3 -3
- package/dist/object/omit.mjs +3 -3
- package/dist/object/omitBy.d.mts +3 -3
- package/dist/object/omitBy.d.ts +3 -3
- package/dist/object/omitBy.js +3 -3
- package/dist/object/omitBy.mjs +3 -3
- package/dist/object/pick.d.mts +3 -3
- package/dist/object/pick.d.ts +3 -3
- package/dist/object/pick.js +3 -3
- package/dist/object/pick.mjs +3 -3
- package/dist/object/pickBy.d.mts +3 -3
- package/dist/object/pickBy.d.ts +3 -3
- package/dist/object/pickBy.js +3 -3
- package/dist/object/pickBy.mjs +3 -3
- package/dist/object/sortKeys.d.mts +3 -3
- package/dist/object/sortKeys.d.ts +3 -3
- package/dist/object/sortKeys.js +3 -3
- package/dist/object/sortKeys.mjs +3 -3
- package/dist/object/toCamelCaseKeys.d.mts +2 -2
- package/dist/object/toCamelCaseKeys.d.ts +2 -2
- package/dist/object/toCamelCaseKeys.js +2 -2
- package/dist/object/toCamelCaseKeys.mjs +2 -2
- package/dist/object/toMerged.d.mts +3 -3
- package/dist/object/toMerged.d.ts +3 -3
- package/dist/object/toMerged.js +3 -3
- package/dist/object/toMerged.mjs +3 -3
- package/dist/object/toSnakeCaseKeys.d.mts +2 -2
- package/dist/object/toSnakeCaseKeys.d.ts +2 -2
- package/dist/object/toSnakeCaseKeys.js +2 -2
- package/dist/object/toSnakeCaseKeys.mjs +2 -2
- package/dist/predicate/isArrayBuffer.d.mts +2 -2
- package/dist/predicate/isArrayBuffer.d.ts +2 -2
- package/dist/predicate/isArrayBuffer.js +2 -2
- package/dist/predicate/isArrayBuffer.mjs +2 -2
- package/dist/predicate/isBlob.d.mts +2 -2
- package/dist/predicate/isBlob.d.ts +2 -2
- package/dist/predicate/isBlob.js +2 -2
- package/dist/predicate/isBlob.mjs +2 -2
- package/dist/predicate/isBoolean.d.mts +2 -2
- package/dist/predicate/isBoolean.d.ts +2 -2
- package/dist/predicate/isBoolean.js +2 -2
- package/dist/predicate/isBoolean.mjs +2 -2
- package/dist/predicate/isBrowser.d.mts +1 -1
- package/dist/predicate/isBrowser.d.ts +1 -1
- package/dist/predicate/isBrowser.js +1 -1
- package/dist/predicate/isBrowser.mjs +1 -1
- package/dist/predicate/isBuffer.d.mts +2 -2
- package/dist/predicate/isBuffer.d.ts +2 -2
- package/dist/predicate/isBuffer.js +2 -2
- package/dist/predicate/isBuffer.mjs +2 -2
- package/dist/predicate/isDate.d.mts +2 -2
- package/dist/predicate/isDate.d.ts +2 -2
- package/dist/predicate/isDate.js +2 -2
- package/dist/predicate/isDate.mjs +2 -2
- package/dist/predicate/isEmptyObject.d.mts +2 -2
- package/dist/predicate/isEmptyObject.d.ts +2 -2
- package/dist/predicate/isEmptyObject.js +2 -2
- package/dist/predicate/isEmptyObject.mjs +2 -2
- package/dist/predicate/isEqual.d.mts +3 -3
- package/dist/predicate/isEqual.d.ts +3 -3
- package/dist/predicate/isEqual.js +3 -3
- package/dist/predicate/isEqual.mjs +3 -3
- package/dist/predicate/isEqualWith.d.mts +4 -4
- package/dist/predicate/isEqualWith.d.ts +4 -4
- package/dist/predicate/isEqualWith.js +4 -4
- package/dist/predicate/isEqualWith.mjs +4 -4
- package/dist/predicate/isError.d.mts +2 -2
- package/dist/predicate/isError.d.ts +2 -2
- package/dist/predicate/isError.js +2 -2
- package/dist/predicate/isError.mjs +2 -2
- package/dist/predicate/isFile.d.mts +2 -2
- package/dist/predicate/isFile.d.ts +2 -2
- package/dist/predicate/isFile.js +2 -2
- package/dist/predicate/isFile.mjs +2 -2
- package/dist/predicate/isFunction.d.mts +2 -2
- package/dist/predicate/isFunction.d.ts +2 -2
- package/dist/predicate/isFunction.js +2 -2
- package/dist/predicate/isFunction.mjs +2 -2
- package/dist/predicate/isJSON.d.mts +2 -2
- package/dist/predicate/isJSON.d.ts +2 -2
- package/dist/predicate/isJSON.js +2 -2
- package/dist/predicate/isJSON.mjs +2 -2
- package/dist/predicate/isJSONValue.d.mts +6 -6
- package/dist/predicate/isJSONValue.d.ts +6 -6
- package/dist/predicate/isJSONValue.js +6 -6
- package/dist/predicate/isJSONValue.mjs +6 -6
- package/dist/predicate/isLength.d.mts +2 -2
- package/dist/predicate/isLength.d.ts +2 -2
- package/dist/predicate/isLength.js +2 -2
- package/dist/predicate/isLength.mjs +2 -2
- package/dist/predicate/isMap.d.mts +2 -2
- package/dist/predicate/isMap.d.ts +2 -2
- package/dist/predicate/isMap.js +2 -2
- package/dist/predicate/isMap.mjs +2 -2
- package/dist/predicate/isNil.d.mts +2 -2
- package/dist/predicate/isNil.d.ts +2 -2
- package/dist/predicate/isNil.js +2 -2
- package/dist/predicate/isNil.mjs +2 -2
- package/dist/predicate/isNode.d.mts +1 -1
- package/dist/predicate/isNode.d.ts +1 -1
- package/dist/predicate/isNode.js +1 -1
- package/dist/predicate/isNode.mjs +1 -1
- package/dist/predicate/isNotNil.d.mts +2 -2
- package/dist/predicate/isNotNil.d.ts +2 -2
- package/dist/predicate/isNotNil.js +2 -2
- package/dist/predicate/isNotNil.mjs +2 -2
- package/dist/predicate/isNull.d.mts +2 -2
- package/dist/predicate/isNull.d.ts +2 -2
- package/dist/predicate/isNull.js +2 -2
- package/dist/predicate/isNull.mjs +2 -2
- package/dist/predicate/isNumber.d.mts +4 -2
- package/dist/predicate/isNumber.d.ts +4 -2
- package/dist/predicate/isNumber.js +5 -3
- package/dist/predicate/isNumber.mjs +5 -3
- package/dist/predicate/isPlainObject.d.mts +2 -2
- package/dist/predicate/isPlainObject.d.ts +2 -2
- package/dist/predicate/isPlainObject.js +2 -2
- package/dist/predicate/isPlainObject.mjs +2 -2
- package/dist/predicate/isPrimitive.d.mts +2 -9
- package/dist/predicate/isPrimitive.d.ts +2 -9
- package/dist/predicate/isPrimitive.js +2 -9
- package/dist/predicate/isPrimitive.mjs +2 -9
- package/dist/predicate/isPromise.d.mts +2 -2
- package/dist/predicate/isPromise.d.ts +2 -2
- package/dist/predicate/isPromise.js +2 -2
- package/dist/predicate/isPromise.mjs +2 -2
- package/dist/predicate/isRegExp.d.mts +2 -2
- package/dist/predicate/isRegExp.d.ts +2 -2
- package/dist/predicate/isRegExp.js +2 -2
- package/dist/predicate/isRegExp.mjs +2 -2
- package/dist/predicate/isSet.d.mts +2 -2
- package/dist/predicate/isSet.d.ts +2 -2
- package/dist/predicate/isSet.js +2 -2
- package/dist/predicate/isSet.mjs +2 -2
- package/dist/predicate/isString.d.mts +2 -2
- package/dist/predicate/isString.d.ts +2 -2
- package/dist/predicate/isString.js +2 -2
- package/dist/predicate/isString.mjs +2 -2
- package/dist/predicate/isSymbol.d.mts +2 -2
- package/dist/predicate/isSymbol.d.ts +2 -2
- package/dist/predicate/isSymbol.js +2 -2
- package/dist/predicate/isSymbol.mjs +2 -2
- package/dist/predicate/isTypedArray.d.mts +2 -13
- package/dist/predicate/isTypedArray.d.ts +2 -13
- package/dist/predicate/isTypedArray.js +2 -13
- package/dist/predicate/isTypedArray.mjs +2 -13
- package/dist/predicate/isUndefined.d.mts +2 -2
- package/dist/predicate/isUndefined.d.ts +2 -2
- package/dist/predicate/isUndefined.js +2 -2
- package/dist/predicate/isUndefined.mjs +2 -2
- package/dist/predicate/isWeakMap.d.mts +2 -2
- package/dist/predicate/isWeakMap.d.ts +2 -2
- package/dist/predicate/isWeakMap.js +2 -2
- package/dist/predicate/isWeakMap.mjs +2 -2
- package/dist/predicate/isWeakSet.d.mts +2 -2
- package/dist/predicate/isWeakSet.d.ts +2 -2
- package/dist/predicate/isWeakSet.js +2 -2
- package/dist/predicate/isWeakSet.mjs +2 -2
- package/dist/promise/allKeyed.d.mts +2 -2
- package/dist/promise/allKeyed.d.ts +2 -2
- package/dist/promise/allKeyed.js +2 -2
- package/dist/promise/allKeyed.mjs +2 -2
- package/dist/promise/delay.d.mts +4 -4
- package/dist/promise/delay.d.ts +4 -4
- package/dist/promise/delay.js +4 -4
- package/dist/promise/delay.mjs +4 -4
- package/dist/promise/mutex.d.mts +2 -2
- package/dist/promise/mutex.d.ts +2 -2
- package/dist/promise/mutex.js +2 -2
- package/dist/promise/mutex.mjs +2 -2
- package/dist/promise/semaphore.d.mts +2 -2
- package/dist/promise/semaphore.d.ts +2 -2
- package/dist/promise/semaphore.js +2 -2
- package/dist/promise/semaphore.mjs +2 -2
- package/dist/promise/timeout.d.mts +2 -2
- package/dist/promise/timeout.d.ts +2 -2
- package/dist/promise/timeout.js +2 -2
- package/dist/promise/timeout.mjs +2 -2
- package/dist/promise/withTimeout.d.mts +3 -3
- package/dist/promise/withTimeout.d.ts +3 -3
- package/dist/promise/withTimeout.js +3 -3
- package/dist/promise/withTimeout.mjs +3 -3
- package/dist/server/exec.d.mts +10 -10
- package/dist/server/exec.d.ts +10 -10
- package/dist/server/exec.js +10 -10
- package/dist/server/exec.mjs +10 -10
- package/dist/set/countBy.d.mts +3 -3
- package/dist/set/countBy.d.ts +3 -3
- package/dist/set/countBy.js +3 -3
- package/dist/set/countBy.mjs +3 -3
- package/dist/set/every.d.mts +3 -3
- package/dist/set/every.d.ts +3 -3
- package/dist/set/every.js +3 -3
- package/dist/set/every.mjs +3 -3
- package/dist/set/filter.d.mts +3 -3
- package/dist/set/filter.d.ts +3 -3
- package/dist/set/filter.js +3 -3
- package/dist/set/filter.mjs +3 -3
- package/dist/set/find.d.mts +3 -3
- package/dist/set/find.d.ts +3 -3
- package/dist/set/find.js +3 -3
- package/dist/set/find.mjs +3 -3
- package/dist/set/forEach.d.mts +2 -3
- package/dist/set/forEach.d.ts +2 -3
- package/dist/set/forEach.js +2 -3
- package/dist/set/forEach.mjs +2 -3
- package/dist/set/keyBy.d.mts +3 -3
- package/dist/set/keyBy.d.ts +3 -3
- package/dist/set/keyBy.js +3 -3
- package/dist/set/keyBy.mjs +3 -3
- package/dist/set/map.d.mts +3 -3
- package/dist/set/map.d.ts +3 -3
- package/dist/set/map.js +3 -3
- package/dist/set/map.mjs +3 -3
- package/dist/set/reduce.d.mts +4 -4
- package/dist/set/reduce.d.ts +4 -4
- package/dist/set/reduce.js +4 -4
- package/dist/set/reduce.mjs +4 -4
- package/dist/set/some.d.mts +3 -3
- package/dist/set/some.d.ts +3 -3
- package/dist/set/some.js +3 -3
- package/dist/set/some.mjs +3 -3
- package/dist/string/camelCase.d.mts +2 -2
- package/dist/string/camelCase.d.ts +2 -2
- package/dist/string/camelCase.js +2 -2
- package/dist/string/camelCase.mjs +2 -2
- package/dist/string/capitalize.d.mts +2 -2
- package/dist/string/capitalize.d.ts +2 -2
- package/dist/string/capitalize.js +2 -2
- package/dist/string/capitalize.mjs +2 -2
- package/dist/string/constantCase.d.mts +2 -2
- package/dist/string/constantCase.d.ts +2 -2
- package/dist/string/constantCase.js +2 -2
- package/dist/string/constantCase.mjs +2 -2
- package/dist/string/deburr.d.mts +2 -2
- package/dist/string/deburr.d.ts +2 -2
- package/dist/string/deburr.js +2 -2
- package/dist/string/deburr.mjs +2 -2
- package/dist/string/escape.d.mts +2 -2
- package/dist/string/escape.d.ts +2 -2
- package/dist/string/escape.js +2 -2
- package/dist/string/escape.mjs +2 -2
- package/dist/string/escapeRegExp.d.mts +2 -2
- package/dist/string/escapeRegExp.d.ts +2 -2
- package/dist/string/escapeRegExp.js +2 -2
- package/dist/string/escapeRegExp.mjs +2 -2
- package/dist/string/kebabCase.d.mts +2 -2
- package/dist/string/kebabCase.d.ts +2 -2
- package/dist/string/kebabCase.js +2 -2
- package/dist/string/kebabCase.mjs +2 -2
- package/dist/string/lowerCase.d.mts +2 -2
- package/dist/string/lowerCase.d.ts +2 -2
- package/dist/string/lowerCase.js +2 -2
- package/dist/string/lowerCase.mjs +2 -2
- package/dist/string/lowerFirst.d.mts +2 -2
- package/dist/string/lowerFirst.d.ts +2 -2
- package/dist/string/lowerFirst.js +2 -2
- package/dist/string/lowerFirst.mjs +2 -2
- package/dist/string/pad.d.mts +4 -4
- package/dist/string/pad.d.ts +4 -4
- package/dist/string/pad.js +4 -4
- package/dist/string/pad.mjs +4 -4
- package/dist/string/pascalCase.d.mts +2 -2
- package/dist/string/pascalCase.d.ts +2 -2
- package/dist/string/pascalCase.js +2 -2
- package/dist/string/pascalCase.mjs +2 -2
- package/dist/string/reverseString.d.mts +2 -2
- package/dist/string/reverseString.d.ts +2 -2
- package/dist/string/reverseString.js +2 -2
- package/dist/string/reverseString.mjs +2 -2
- package/dist/string/snakeCase.d.mts +2 -2
- package/dist/string/snakeCase.d.ts +2 -2
- package/dist/string/snakeCase.js +2 -2
- package/dist/string/snakeCase.mjs +2 -2
- package/dist/string/startCase.d.mts +2 -2
- package/dist/string/startCase.d.ts +2 -2
- package/dist/string/startCase.js +2 -2
- package/dist/string/startCase.mjs +2 -2
- package/dist/string/trim.d.mts +3 -3
- package/dist/string/trim.d.ts +3 -3
- package/dist/string/trim.js +3 -3
- package/dist/string/trim.mjs +3 -3
- package/dist/string/trimEnd.d.mts +3 -3
- package/dist/string/trimEnd.d.ts +3 -3
- package/dist/string/trimEnd.js +3 -3
- package/dist/string/trimEnd.mjs +3 -3
- package/dist/string/trimStart.d.mts +3 -3
- package/dist/string/trimStart.d.ts +3 -3
- package/dist/string/trimStart.js +3 -3
- package/dist/string/trimStart.mjs +3 -3
- package/dist/string/unescape.d.mts +2 -2
- package/dist/string/unescape.d.ts +2 -2
- package/dist/string/unescape.js +2 -2
- package/dist/string/unescape.mjs +2 -2
- package/dist/string/upperCase.d.mts +2 -2
- package/dist/string/upperCase.d.ts +2 -2
- package/dist/string/upperCase.js +2 -2
- package/dist/string/upperCase.mjs +2 -2
- package/dist/string/upperFirst.d.mts +2 -2
- package/dist/string/upperFirst.d.ts +2 -2
- package/dist/string/upperFirst.js +2 -2
- package/dist/string/upperFirst.mjs +2 -2
- package/dist/string/words.d.mts +3 -3
- package/dist/string/words.d.ts +3 -3
- package/dist/string/words.js +3 -3
- package/dist/string/words.mjs +3 -3
- package/dist/util/attempt.d.mts +2 -2
- package/dist/util/attempt.d.ts +2 -2
- package/dist/util/attempt.js +2 -2
- package/dist/util/attempt.mjs +2 -2
- package/dist/util/attemptAsync.d.mts +2 -2
- package/dist/util/attemptAsync.d.ts +2 -2
- package/dist/util/attemptAsync.js +2 -2
- package/dist/util/attemptAsync.mjs +2 -2
- package/dist/util/invariant.d.mts +6 -6
- package/dist/util/invariant.d.ts +6 -6
- package/dist/util/invariant.js +3 -3
- package/dist/util/invariant.mjs +3 -3
- package/package.json +17 -8
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
* with undefined values for missing elements.
|
|
9
9
|
*
|
|
10
10
|
* @template T, U
|
|
11
|
-
* @param
|
|
12
|
-
* @param
|
|
13
|
-
* @returns
|
|
11
|
+
* @param arr1 - The first array to zip.
|
|
12
|
+
* @param arr2 - The second array to zip.
|
|
13
|
+
* @returns A new array of tuples containing the corresponding elements from the input arrays.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* const arr1 = [1, 2, 3];
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
* the second of which contains the second elements of the given arrays, and so on.
|
|
24
24
|
*
|
|
25
25
|
* @template T, U
|
|
26
|
-
* @param
|
|
27
|
-
* @param
|
|
28
|
-
* @returns
|
|
26
|
+
* @param arr1 - The first array to zip.
|
|
27
|
+
* @param arr2 - The second array to zip.
|
|
28
|
+
* @returns Returns the new array of grouped elements.
|
|
29
29
|
*
|
|
30
30
|
* @example
|
|
31
31
|
* zip([1, 2], ['a', 'b']);
|
|
@@ -41,10 +41,10 @@ declare function zip<T, U>(arr1: ArrayLike<T>, arr2: ArrayLike<U>): Array<[T | u
|
|
|
41
41
|
* with undefined values for missing elements.
|
|
42
42
|
*
|
|
43
43
|
* @template T, U, V
|
|
44
|
-
* @param
|
|
45
|
-
* @param
|
|
46
|
-
* @param
|
|
47
|
-
* @returns
|
|
44
|
+
* @param arr1 - The first array to zip.
|
|
45
|
+
* @param arr2 - The second array to zip.
|
|
46
|
+
* @param arr3 - The third array to zip.
|
|
47
|
+
* @returns A new array of tuples containing the corresponding elements from the input arrays.
|
|
48
48
|
*
|
|
49
49
|
* @example
|
|
50
50
|
* const arr1 = [1, 2, 3];
|
|
@@ -58,10 +58,10 @@ declare function zip<T, U>(arr1: ArrayLike<T>, arr2: ArrayLike<U>): Array<[T | u
|
|
|
58
58
|
* the second of which contains the second elements of the given arrays, and so on.
|
|
59
59
|
*
|
|
60
60
|
* @template T, U, V
|
|
61
|
-
* @param
|
|
62
|
-
* @param
|
|
63
|
-
* @param
|
|
64
|
-
* @returns
|
|
61
|
+
* @param arr1 - The first array to zip.
|
|
62
|
+
* @param arr2 - The second array to zip.
|
|
63
|
+
* @param arr3 - The third array to zip.
|
|
64
|
+
* @returns Returns the new array of grouped elements.
|
|
65
65
|
*
|
|
66
66
|
* @example
|
|
67
67
|
* zip([1, 2], ['a', 'b'], [true, false]);
|
|
@@ -77,11 +77,11 @@ declare function zip<T, U, V>(arr1: ArrayLike<T>, arr2: ArrayLike<U>, arr3: Arra
|
|
|
77
77
|
* with undefined values for missing elements.
|
|
78
78
|
*
|
|
79
79
|
* @template T, U, V, W
|
|
80
|
-
* @param
|
|
81
|
-
* @param
|
|
82
|
-
* @param
|
|
83
|
-
* @param
|
|
84
|
-
* @returns
|
|
80
|
+
* @param arr1 - The first array to zip.
|
|
81
|
+
* @param arr2 - The second array to zip.
|
|
82
|
+
* @param arr3 - The third array to zip.
|
|
83
|
+
* @param arr4 - The fourth array to zip.
|
|
84
|
+
* @returns A new array of tuples containing the corresponding elements from the input arrays.
|
|
85
85
|
*
|
|
86
86
|
* @example
|
|
87
87
|
* const arr1 = [1, 2, 3];
|
|
@@ -96,11 +96,11 @@ declare function zip<T, U, V>(arr1: ArrayLike<T>, arr2: ArrayLike<U>, arr3: Arra
|
|
|
96
96
|
* the second of which contains the second elements of the given arrays, and so on.
|
|
97
97
|
*
|
|
98
98
|
* @template T, U, V, W
|
|
99
|
-
* @param
|
|
100
|
-
* @param
|
|
101
|
-
* @param
|
|
102
|
-
* @param
|
|
103
|
-
* @returns
|
|
99
|
+
* @param arr1 - The first array to zip.
|
|
100
|
+
* @param arr2 - The second array to zip.
|
|
101
|
+
* @param arr3 - The third array to zip.
|
|
102
|
+
* @param arr4 - The fourth array to zip.
|
|
103
|
+
* @returns Returns the new array of grouped elements.
|
|
104
104
|
*
|
|
105
105
|
* @example
|
|
106
106
|
* zip([1], ['a'], [true], [null]);
|
|
@@ -116,12 +116,12 @@ declare function zip<T, U, V, W>(arr1: ArrayLike<T>, arr2: ArrayLike<U>, arr3: A
|
|
|
116
116
|
* with undefined values for missing elements.
|
|
117
117
|
*
|
|
118
118
|
* @template T, U, V, W
|
|
119
|
-
* @param
|
|
120
|
-
* @param
|
|
121
|
-
* @param
|
|
122
|
-
* @param
|
|
123
|
-
* @param
|
|
124
|
-
* @returns
|
|
119
|
+
* @param arr1 - The first array to zip.
|
|
120
|
+
* @param arr2 - The second array to zip.
|
|
121
|
+
* @param arr3 - The third array to zip.
|
|
122
|
+
* @param arr4 - The fourth array to zip.
|
|
123
|
+
* @param arr5 - The fifth array to zip.
|
|
124
|
+
* @returns A new array of tuples containing the corresponding elements from the input arrays.
|
|
125
125
|
*
|
|
126
126
|
* @example
|
|
127
127
|
* const arr1 = [1, 2, 3];
|
|
@@ -137,12 +137,12 @@ declare function zip<T, U, V, W>(arr1: ArrayLike<T>, arr2: ArrayLike<U>, arr3: A
|
|
|
137
137
|
* the second of which contains the second elements of the given arrays, and so on.
|
|
138
138
|
*
|
|
139
139
|
* @template T, U, V, W, X
|
|
140
|
-
* @param
|
|
141
|
-
* @param
|
|
142
|
-
* @param
|
|
143
|
-
* @param
|
|
144
|
-
* @param
|
|
145
|
-
* @returns
|
|
140
|
+
* @param arr1 - The first array to zip.
|
|
141
|
+
* @param arr2 - The second array to zip.
|
|
142
|
+
* @param arr3 - The third array to zip.
|
|
143
|
+
* @param arr4 - The fourth array to zip.
|
|
144
|
+
* @param arr5 - The fifth array to zip.
|
|
145
|
+
* @returns Returns the new array of grouped elements.
|
|
146
146
|
*
|
|
147
147
|
* @example
|
|
148
148
|
* zip([1], ['a'], [true], [null], [undefined]);
|
|
@@ -158,8 +158,8 @@ declare function zip<T, U, V, W, X>(arr1: ArrayLike<T>, arr2: ArrayLike<U>, arr3
|
|
|
158
158
|
* with undefined values for missing elements.
|
|
159
159
|
*
|
|
160
160
|
* @template T
|
|
161
|
-
* @param
|
|
162
|
-
* @returns
|
|
161
|
+
* @param arrays - The arrays to zip.
|
|
162
|
+
* @returns A new array of tuples containing the corresponding elements from the input arrays.
|
|
163
163
|
*
|
|
164
164
|
* @example
|
|
165
165
|
* const arr1 = [1, 2, 3];
|
|
@@ -175,8 +175,8 @@ declare function zip<T, U, V, W, X>(arr1: ArrayLike<T>, arr2: ArrayLike<U>, arr3
|
|
|
175
175
|
* the second of which contains the second elements of the given arrays, and so on.
|
|
176
176
|
*
|
|
177
177
|
* @template T
|
|
178
|
-
* @param
|
|
179
|
-
* @returns
|
|
178
|
+
* @param arrays - The arrays to process.
|
|
179
|
+
* @returns Returns the new array of grouped elements.
|
|
180
180
|
*
|
|
181
181
|
* @example
|
|
182
182
|
* zip([1, 2], ['a', 'b'], [true, false]);
|
package/dist/compat/array/zip.js
CHANGED
|
@@ -10,8 +10,8 @@ const require_isArrayLikeObject = require("../predicate/isArrayLikeObject.js");
|
|
|
10
10
|
* with undefined values for missing elements.
|
|
11
11
|
*
|
|
12
12
|
* @template T
|
|
13
|
-
* @param
|
|
14
|
-
* @returns
|
|
13
|
+
* @param arrays - The arrays to zip.
|
|
14
|
+
* @returns A new array of tuples containing the corresponding elements from the input arrays.
|
|
15
15
|
*
|
|
16
16
|
* @example
|
|
17
17
|
* const arr1 = [1, 2, 3];
|
|
@@ -10,8 +10,8 @@ import { isArrayLikeObject } from "../predicate/isArrayLikeObject.mjs";
|
|
|
10
10
|
* with undefined values for missing elements.
|
|
11
11
|
*
|
|
12
12
|
* @template T
|
|
13
|
-
* @param
|
|
14
|
-
* @returns
|
|
13
|
+
* @param arrays - The arrays to zip.
|
|
14
|
+
* @returns A new array of tuples containing the corresponding elements from the input arrays.
|
|
15
15
|
*
|
|
16
16
|
* @example
|
|
17
17
|
* const arr1 = [1, 2, 3];
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
* Combines two arrays, one of property names and one of corresponding values, into a single object.
|
|
4
4
|
*
|
|
5
5
|
* @template T - The type of values in the values array
|
|
6
|
-
* @param
|
|
7
|
-
* @param
|
|
8
|
-
* @returns
|
|
6
|
+
* @param props - An array of property names
|
|
7
|
+
* @param values - An array of values corresponding to the property names
|
|
8
|
+
* @returns A new object composed of the given property names and values
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* const props = ['a', 'b', 'c'];
|
|
@@ -17,8 +17,8 @@ declare function zipObject<T>(props: ArrayLike<PropertyKey>, values: ArrayLike<T
|
|
|
17
17
|
/**
|
|
18
18
|
* Creates an object from an array of property names, with undefined values.
|
|
19
19
|
*
|
|
20
|
-
* @param
|
|
21
|
-
* @returns
|
|
20
|
+
* @param [props] - An array of property names
|
|
21
|
+
* @returns A new object with the given property names and undefined values
|
|
22
22
|
*
|
|
23
23
|
* @example
|
|
24
24
|
* const props = ['a', 'b', 'c'];
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
* Combines two arrays, one of property names and one of corresponding values, into a single object.
|
|
4
4
|
*
|
|
5
5
|
* @template T - The type of values in the values array
|
|
6
|
-
* @param
|
|
7
|
-
* @param
|
|
8
|
-
* @returns
|
|
6
|
+
* @param props - An array of property names
|
|
7
|
+
* @param values - An array of values corresponding to the property names
|
|
8
|
+
* @returns A new object composed of the given property names and values
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* const props = ['a', 'b', 'c'];
|
|
@@ -17,8 +17,8 @@ declare function zipObject<T>(props: ArrayLike<PropertyKey>, values: ArrayLike<T
|
|
|
17
17
|
/**
|
|
18
18
|
* Creates an object from an array of property names, with undefined values.
|
|
19
19
|
*
|
|
20
|
-
* @param
|
|
21
|
-
* @returns
|
|
20
|
+
* @param [props] - An array of property names
|
|
21
|
+
* @returns A new object with the given property names and undefined values
|
|
22
22
|
*
|
|
23
23
|
* @example
|
|
24
24
|
* const props = ['a', 'b', 'c'];
|
|
@@ -10,9 +10,9 @@ const require_assignValue = require("../_internal/assignValue.js");
|
|
|
10
10
|
*
|
|
11
11
|
* @template P - The type of elements in the array.
|
|
12
12
|
* @template V - The type of elements in the array.
|
|
13
|
-
* @param
|
|
14
|
-
* @param
|
|
15
|
-
* @returns
|
|
13
|
+
* @param keys - An array of property names.
|
|
14
|
+
* @param values - An array of values corresponding to the property names.
|
|
15
|
+
* @returns A new object composed of the given property names and values.
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* const keys = ['a', 'b', 'c'];
|
|
@@ -10,9 +10,9 @@ import { assignValue } from "../_internal/assignValue.mjs";
|
|
|
10
10
|
*
|
|
11
11
|
* @template P - The type of elements in the array.
|
|
12
12
|
* @template V - The type of elements in the array.
|
|
13
|
-
* @param
|
|
14
|
-
* @param
|
|
15
|
-
* @returns
|
|
13
|
+
* @param keys - An array of property names.
|
|
14
|
+
* @param values - An array of values corresponding to the property names.
|
|
15
|
+
* @returns A new object composed of the given property names and values.
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* const keys = ['a', 'b', 'c'];
|
|
@@ -12,9 +12,9 @@ import { PropertyPath } from "../_internal/PropertyPath.mjs";
|
|
|
12
12
|
*
|
|
13
13
|
* @template P - The type of property paths.
|
|
14
14
|
* @template V - The type of values corresponding to the property paths.
|
|
15
|
-
* @param
|
|
16
|
-
* @param
|
|
17
|
-
* @returns
|
|
15
|
+
* @param keys - An array of property paths, each path can be a dot-separated string or an array of property names.
|
|
16
|
+
* @param values - An array of values corresponding to the property paths.
|
|
17
|
+
* @returns A new object composed of the given property paths and values.
|
|
18
18
|
*
|
|
19
19
|
* @example
|
|
20
20
|
* const paths = ['a.b.c', 'd.e.f'];
|
|
@@ -12,9 +12,9 @@ import { PropertyPath } from "../_internal/PropertyPath.js";
|
|
|
12
12
|
*
|
|
13
13
|
* @template P - The type of property paths.
|
|
14
14
|
* @template V - The type of values corresponding to the property paths.
|
|
15
|
-
* @param
|
|
16
|
-
* @param
|
|
17
|
-
* @returns
|
|
15
|
+
* @param keys - An array of property paths, each path can be a dot-separated string or an array of property names.
|
|
16
|
+
* @param values - An array of values corresponding to the property paths.
|
|
17
|
+
* @returns A new object composed of the given property paths and values.
|
|
18
18
|
*
|
|
19
19
|
* @example
|
|
20
20
|
* const paths = ['a.b.c', 'd.e.f'];
|
|
@@ -13,9 +13,9 @@ const require_set = require("../object/set.js");
|
|
|
13
13
|
*
|
|
14
14
|
* @template P - The type of property paths.
|
|
15
15
|
* @template V - The type of values corresponding to the property paths.
|
|
16
|
-
* @param
|
|
17
|
-
* @param
|
|
18
|
-
* @returns
|
|
16
|
+
* @param keys - An array of property paths, each path can be a dot-separated string or an array of property names.
|
|
17
|
+
* @param values - An array of values corresponding to the property paths.
|
|
18
|
+
* @returns A new object composed of the given property paths and values.
|
|
19
19
|
*
|
|
20
20
|
* @example
|
|
21
21
|
* const paths = ['a.b.c', 'd.e.f'];
|
|
@@ -13,9 +13,9 @@ import { set } from "../object/set.mjs";
|
|
|
13
13
|
*
|
|
14
14
|
* @template P - The type of property paths.
|
|
15
15
|
* @template V - The type of values corresponding to the property paths.
|
|
16
|
-
* @param
|
|
17
|
-
* @param
|
|
18
|
-
* @returns
|
|
16
|
+
* @param keys - An array of property paths, each path can be a dot-separated string or an array of property names.
|
|
17
|
+
* @param values - An array of values corresponding to the property paths.
|
|
18
|
+
* @returns A new object composed of the given property paths and values.
|
|
19
19
|
*
|
|
20
20
|
* @example
|
|
21
21
|
* const paths = ['a.b.c', 'd.e.f'];
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
*
|
|
5
5
|
* @template T - The type of elements in the first array.
|
|
6
6
|
* @template R - The type of elements in the resulting array.
|
|
7
|
-
* @param
|
|
8
|
-
* @param
|
|
9
|
-
* @returns
|
|
7
|
+
* @param arr1 - The first array to zip.
|
|
8
|
+
* @param combine - The combiner function that takes corresponding elements from each array and returns a single value.
|
|
9
|
+
* @returns A new array where each element is the result of applying the combiner function to the corresponding elements of the input arrays.
|
|
10
10
|
*/
|
|
11
11
|
declare function zipWith<T, R>(arr1: ArrayLike<T>, combine: (item: T) => R): R[];
|
|
12
12
|
/**
|
|
@@ -15,10 +15,10 @@ declare function zipWith<T, R>(arr1: ArrayLike<T>, combine: (item: T) => R): R[]
|
|
|
15
15
|
* @template T - The type of elements in the first array.
|
|
16
16
|
* @template U - The type of elements in the second array.
|
|
17
17
|
* @template R - The type of elements in the resulting array.
|
|
18
|
-
* @param
|
|
19
|
-
* @param
|
|
20
|
-
* @param
|
|
21
|
-
* @returns
|
|
18
|
+
* @param arr1 - The first array to zip.
|
|
19
|
+
* @param arr2 - The second array to zip.
|
|
20
|
+
* @param combine - The combiner function that takes corresponding elements from each array and returns a single value.
|
|
21
|
+
* @returns A new array where each element is the result of applying the combiner function to the corresponding elements of the input arrays.
|
|
22
22
|
*/
|
|
23
23
|
declare function zipWith<T, U, R>(arr1: ArrayLike<T>, arr2: ArrayLike<U>, combine: (item1: T, item2: U) => R): R[];
|
|
24
24
|
/**
|
|
@@ -28,11 +28,11 @@ declare function zipWith<T, U, R>(arr1: ArrayLike<T>, arr2: ArrayLike<U>, combin
|
|
|
28
28
|
* @template U - The type of elements in the second array.
|
|
29
29
|
* @template V - The type of elements in the third array.
|
|
30
30
|
* @template R - The type of elements in the resulting array.
|
|
31
|
-
* @param
|
|
32
|
-
* @param
|
|
33
|
-
* @param
|
|
34
|
-
* @param
|
|
35
|
-
* @returns
|
|
31
|
+
* @param arr1 - The first array to zip.
|
|
32
|
+
* @param arr2 - The second array to zip.
|
|
33
|
+
* @param arr3 - The third array to zip.
|
|
34
|
+
* @param combine - The combiner function that takes corresponding elements from each array and returns a single value.
|
|
35
|
+
* @returns A new array where each element is the result of applying the combiner function to the corresponding elements of the input arrays.
|
|
36
36
|
*/
|
|
37
37
|
declare function zipWith<T, U, V, R>(arr1: ArrayLike<T>, arr2: ArrayLike<U>, arr3: ArrayLike<V>, combine: (item1: T, item2: U, item3: V) => R): R[];
|
|
38
38
|
/**
|
|
@@ -43,12 +43,12 @@ declare function zipWith<T, U, V, R>(arr1: ArrayLike<T>, arr2: ArrayLike<U>, arr
|
|
|
43
43
|
* @template V - The type of elements in the third array.
|
|
44
44
|
* @template W - The type of elements in the fourth array.
|
|
45
45
|
* @template R - The type of elements in the resulting array.
|
|
46
|
-
* @param
|
|
47
|
-
* @param
|
|
48
|
-
* @param
|
|
49
|
-
* @param
|
|
50
|
-
* @param
|
|
51
|
-
* @returns
|
|
46
|
+
* @param arr1 - The first array to zip.
|
|
47
|
+
* @param arr2 - The second array to zip.
|
|
48
|
+
* @param arr3 - The third array to zip.
|
|
49
|
+
* @param arr4 - The fourth array to zip.
|
|
50
|
+
* @param combine - The combiner function that takes corresponding elements from each array and returns a single value.
|
|
51
|
+
* @returns A new array where each element is the result of applying the combiner function to the corresponding elements of the input arrays.
|
|
52
52
|
*/
|
|
53
53
|
declare function zipWith<T, U, V, W, R>(arr1: ArrayLike<T>, arr2: ArrayLike<U>, arr3: ArrayLike<V>, arr4: ArrayLike<W>, combine: (item1: T, item2: U, item3: V, item4: W) => R): R[];
|
|
54
54
|
/**
|
|
@@ -60,13 +60,13 @@ declare function zipWith<T, U, V, W, R>(arr1: ArrayLike<T>, arr2: ArrayLike<U>,
|
|
|
60
60
|
* @template W - The type of elements in the fourth array.
|
|
61
61
|
* @template X - The type of elements in the fifth array.
|
|
62
62
|
* @template R - The type of elements in the resulting array.
|
|
63
|
-
* @param
|
|
64
|
-
* @param
|
|
65
|
-
* @param
|
|
66
|
-
* @param
|
|
67
|
-
* @param
|
|
68
|
-
* @param
|
|
69
|
-
* @returns
|
|
63
|
+
* @param arr1 - The first array to zip.
|
|
64
|
+
* @param arr2 - The second array to zip.
|
|
65
|
+
* @param arr3 - The third array to zip.
|
|
66
|
+
* @param arr4 - The fourth array to zip.
|
|
67
|
+
* @param arr5 - The fifth array to zip.
|
|
68
|
+
* @param combine - The combiner function that takes corresponding elements from each array and returns a single value.
|
|
69
|
+
* @returns A new array where each element is the result of applying the combiner function to the corresponding elements of the input arrays.
|
|
70
70
|
*/
|
|
71
71
|
declare function zipWith<T, U, V, W, X, R>(arr1: ArrayLike<T>, arr2: ArrayLike<U>, arr3: ArrayLike<V>, arr4: ArrayLike<W>, arr5: ArrayLike<X>, combine: (item1: T, item2: U, item3: V, item4: W, item5: X) => R): R[];
|
|
72
72
|
/**
|
|
@@ -79,8 +79,8 @@ declare function zipWith<T, U, V, W, X, R>(arr1: ArrayLike<T>, arr2: ArrayLike<U
|
|
|
79
79
|
*
|
|
80
80
|
* @template T - The type of elements in the input arrays.
|
|
81
81
|
* @template R - The type of elements in the resulting array.
|
|
82
|
-
* @param
|
|
83
|
-
* @returns
|
|
82
|
+
* @param combine - The combiner function that takes corresponding elements from each array and returns a single value.
|
|
83
|
+
* @returns A new array where each element is the result of applying the combiner function to the corresponding elements of the input arrays.
|
|
84
84
|
*
|
|
85
85
|
* @example
|
|
86
86
|
* const arr1 = [1, 2, 3];
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
*
|
|
5
5
|
* @template T - The type of elements in the first array.
|
|
6
6
|
* @template R - The type of elements in the resulting array.
|
|
7
|
-
* @param
|
|
8
|
-
* @param
|
|
9
|
-
* @returns
|
|
7
|
+
* @param arr1 - The first array to zip.
|
|
8
|
+
* @param combine - The combiner function that takes corresponding elements from each array and returns a single value.
|
|
9
|
+
* @returns A new array where each element is the result of applying the combiner function to the corresponding elements of the input arrays.
|
|
10
10
|
*/
|
|
11
11
|
declare function zipWith<T, R>(arr1: ArrayLike<T>, combine: (item: T) => R): R[];
|
|
12
12
|
/**
|
|
@@ -15,10 +15,10 @@ declare function zipWith<T, R>(arr1: ArrayLike<T>, combine: (item: T) => R): R[]
|
|
|
15
15
|
* @template T - The type of elements in the first array.
|
|
16
16
|
* @template U - The type of elements in the second array.
|
|
17
17
|
* @template R - The type of elements in the resulting array.
|
|
18
|
-
* @param
|
|
19
|
-
* @param
|
|
20
|
-
* @param
|
|
21
|
-
* @returns
|
|
18
|
+
* @param arr1 - The first array to zip.
|
|
19
|
+
* @param arr2 - The second array to zip.
|
|
20
|
+
* @param combine - The combiner function that takes corresponding elements from each array and returns a single value.
|
|
21
|
+
* @returns A new array where each element is the result of applying the combiner function to the corresponding elements of the input arrays.
|
|
22
22
|
*/
|
|
23
23
|
declare function zipWith<T, U, R>(arr1: ArrayLike<T>, arr2: ArrayLike<U>, combine: (item1: T, item2: U) => R): R[];
|
|
24
24
|
/**
|
|
@@ -28,11 +28,11 @@ declare function zipWith<T, U, R>(arr1: ArrayLike<T>, arr2: ArrayLike<U>, combin
|
|
|
28
28
|
* @template U - The type of elements in the second array.
|
|
29
29
|
* @template V - The type of elements in the third array.
|
|
30
30
|
* @template R - The type of elements in the resulting array.
|
|
31
|
-
* @param
|
|
32
|
-
* @param
|
|
33
|
-
* @param
|
|
34
|
-
* @param
|
|
35
|
-
* @returns
|
|
31
|
+
* @param arr1 - The first array to zip.
|
|
32
|
+
* @param arr2 - The second array to zip.
|
|
33
|
+
* @param arr3 - The third array to zip.
|
|
34
|
+
* @param combine - The combiner function that takes corresponding elements from each array and returns a single value.
|
|
35
|
+
* @returns A new array where each element is the result of applying the combiner function to the corresponding elements of the input arrays.
|
|
36
36
|
*/
|
|
37
37
|
declare function zipWith<T, U, V, R>(arr1: ArrayLike<T>, arr2: ArrayLike<U>, arr3: ArrayLike<V>, combine: (item1: T, item2: U, item3: V) => R): R[];
|
|
38
38
|
/**
|
|
@@ -43,12 +43,12 @@ declare function zipWith<T, U, V, R>(arr1: ArrayLike<T>, arr2: ArrayLike<U>, arr
|
|
|
43
43
|
* @template V - The type of elements in the third array.
|
|
44
44
|
* @template W - The type of elements in the fourth array.
|
|
45
45
|
* @template R - The type of elements in the resulting array.
|
|
46
|
-
* @param
|
|
47
|
-
* @param
|
|
48
|
-
* @param
|
|
49
|
-
* @param
|
|
50
|
-
* @param
|
|
51
|
-
* @returns
|
|
46
|
+
* @param arr1 - The first array to zip.
|
|
47
|
+
* @param arr2 - The second array to zip.
|
|
48
|
+
* @param arr3 - The third array to zip.
|
|
49
|
+
* @param arr4 - The fourth array to zip.
|
|
50
|
+
* @param combine - The combiner function that takes corresponding elements from each array and returns a single value.
|
|
51
|
+
* @returns A new array where each element is the result of applying the combiner function to the corresponding elements of the input arrays.
|
|
52
52
|
*/
|
|
53
53
|
declare function zipWith<T, U, V, W, R>(arr1: ArrayLike<T>, arr2: ArrayLike<U>, arr3: ArrayLike<V>, arr4: ArrayLike<W>, combine: (item1: T, item2: U, item3: V, item4: W) => R): R[];
|
|
54
54
|
/**
|
|
@@ -60,13 +60,13 @@ declare function zipWith<T, U, V, W, R>(arr1: ArrayLike<T>, arr2: ArrayLike<U>,
|
|
|
60
60
|
* @template W - The type of elements in the fourth array.
|
|
61
61
|
* @template X - The type of elements in the fifth array.
|
|
62
62
|
* @template R - The type of elements in the resulting array.
|
|
63
|
-
* @param
|
|
64
|
-
* @param
|
|
65
|
-
* @param
|
|
66
|
-
* @param
|
|
67
|
-
* @param
|
|
68
|
-
* @param
|
|
69
|
-
* @returns
|
|
63
|
+
* @param arr1 - The first array to zip.
|
|
64
|
+
* @param arr2 - The second array to zip.
|
|
65
|
+
* @param arr3 - The third array to zip.
|
|
66
|
+
* @param arr4 - The fourth array to zip.
|
|
67
|
+
* @param arr5 - The fifth array to zip.
|
|
68
|
+
* @param combine - The combiner function that takes corresponding elements from each array and returns a single value.
|
|
69
|
+
* @returns A new array where each element is the result of applying the combiner function to the corresponding elements of the input arrays.
|
|
70
70
|
*/
|
|
71
71
|
declare function zipWith<T, U, V, W, X, R>(arr1: ArrayLike<T>, arr2: ArrayLike<U>, arr3: ArrayLike<V>, arr4: ArrayLike<W>, arr5: ArrayLike<X>, combine: (item1: T, item2: U, item3: V, item4: W, item5: X) => R): R[];
|
|
72
72
|
/**
|
|
@@ -79,8 +79,8 @@ declare function zipWith<T, U, V, W, X, R>(arr1: ArrayLike<T>, arr2: ArrayLike<U
|
|
|
79
79
|
*
|
|
80
80
|
* @template T - The type of elements in the input arrays.
|
|
81
81
|
* @template R - The type of elements in the resulting array.
|
|
82
|
-
* @param
|
|
83
|
-
* @returns
|
|
82
|
+
* @param combine - The combiner function that takes corresponding elements from each array and returns a single value.
|
|
83
|
+
* @returns A new array where each element is the result of applying the combiner function to the corresponding elements of the input arrays.
|
|
84
84
|
*
|
|
85
85
|
* @example
|
|
86
86
|
* const arr1 = [1, 2, 3];
|
|
@@ -11,8 +11,8 @@ const require_unzip = require("./unzip.js");
|
|
|
11
11
|
*
|
|
12
12
|
* @template T - The type of elements in the input arrays.
|
|
13
13
|
* @template R - The type of elements in the resulting array.
|
|
14
|
-
* @param
|
|
15
|
-
* @returns
|
|
14
|
+
* @param combine - The combiner function that takes corresponding elements from each array and returns a single value.
|
|
15
|
+
* @returns A new array where each element is the result of applying the combiner function to the corresponding elements of the input arrays.
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* const arr1 = [1, 2, 3];
|
|
@@ -11,8 +11,8 @@ import { unzip } from "./unzip.mjs";
|
|
|
11
11
|
*
|
|
12
12
|
* @template T - The type of elements in the input arrays.
|
|
13
13
|
* @template R - The type of elements in the resulting array.
|
|
14
|
-
* @param
|
|
15
|
-
* @returns
|
|
14
|
+
* @param combine - The combiner function that takes corresponding elements from each array and returns a single value.
|
|
15
|
+
* @returns A new array where each element is the result of applying the combiner function to the corresponding elements of the input arrays.
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* const arr1 = [1, 2, 3];
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
* `func` once it's called `n` or more times.
|
|
5
5
|
*
|
|
6
6
|
* @template TFunc - The type of the function to be invoked.
|
|
7
|
-
* @param
|
|
8
|
-
* @param
|
|
9
|
-
* @returns
|
|
7
|
+
* @param n - The number of calls before `func` is invoked.
|
|
8
|
+
* @param func - The function to restrict.
|
|
9
|
+
* @returns Returns the new restricted function.
|
|
10
10
|
* @throws {TypeError} - If `func` is not a function.
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
* `func` once it's called `n` or more times.
|
|
5
5
|
*
|
|
6
6
|
* @template TFunc - The type of the function to be invoked.
|
|
7
|
-
* @param
|
|
8
|
-
* @param
|
|
9
|
-
* @returns
|
|
7
|
+
* @param n - The number of calls before `func` is invoked.
|
|
8
|
+
* @param func - The function to restrict.
|
|
9
|
+
* @returns Returns the new restricted function.
|
|
10
10
|
* @throws {TypeError} - If `func` is not a function.
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
@@ -5,9 +5,9 @@ const require_toInteger = require("../util/toInteger.js");
|
|
|
5
5
|
* `func` once it's called `n` or more times.
|
|
6
6
|
*
|
|
7
7
|
* @template TFunc - The type of the function to be invoked.
|
|
8
|
-
* @param
|
|
9
|
-
* @param
|
|
10
|
-
* @returns
|
|
8
|
+
* @param n - The number of calls before `func` is invoked.
|
|
9
|
+
* @param func - The function to restrict.
|
|
10
|
+
* @returns Returns the new restricted function.
|
|
11
11
|
* @throws {TypeError} - If `func` is not a function.
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
@@ -5,9 +5,9 @@ import { toInteger } from "../util/toInteger.mjs";
|
|
|
5
5
|
* `func` once it's called `n` or more times.
|
|
6
6
|
*
|
|
7
7
|
* @template TFunc - The type of the function to be invoked.
|
|
8
|
-
* @param
|
|
9
|
-
* @param
|
|
10
|
-
* @returns
|
|
8
|
+
* @param n - The number of calls before `func` is invoked.
|
|
9
|
+
* @param func - The function to restrict.
|
|
10
|
+
* @returns Returns the new restricted function.
|
|
11
11
|
* @throws {TypeError} - If `func` is not a function.
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
* Creates a function that invokes func, with up to `n` arguments, ignoring any additional arguments.
|
|
4
4
|
* If `n` is not provided, it defaults to the function's length.
|
|
5
5
|
*
|
|
6
|
-
* @param
|
|
7
|
-
* @param
|
|
8
|
-
* @returns
|
|
6
|
+
* @param func - The function to cap arguments for.
|
|
7
|
+
* @param [n] - The arity cap. Defaults to func.length.
|
|
8
|
+
* @returns Returns the new capped function.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* function fn(a: number, b: number, c: number) {
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
* Creates a function that invokes func, with up to `n` arguments, ignoring any additional arguments.
|
|
4
4
|
* If `n` is not provided, it defaults to the function's length.
|
|
5
5
|
*
|
|
6
|
-
* @param
|
|
7
|
-
* @param
|
|
8
|
-
* @returns
|
|
6
|
+
* @param func - The function to cap arguments for.
|
|
7
|
+
* @param [n] - The arity cap. Defaults to func.length.
|
|
8
|
+
* @returns Returns the new capped function.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* function fn(a: number, b: number, c: number) {
|
|
@@ -4,10 +4,10 @@ const require_ary = require("../../function/ary.js");
|
|
|
4
4
|
* Creates a function that invokes func, with up to `n` arguments, ignoring any additional arguments.
|
|
5
5
|
*
|
|
6
6
|
* @template F - The type of the function.
|
|
7
|
-
* @param
|
|
8
|
-
* @param
|
|
9
|
-
* @param
|
|
10
|
-
* @returns
|
|
7
|
+
* @param func - The function to cap arguments for.
|
|
8
|
+
* @param n - The arity cap.
|
|
9
|
+
* @param guard - The value to guard the arity cap.
|
|
10
|
+
* @returns Returns the new capped function.
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
13
13
|
* function fn(a: number, b: number, c: number) {
|