@dxyl/utils 1.3.0 → 1.3.1
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/dist/index.es.js +8577 -8342
- package/dist/index.umd.js +25 -25
- package/lib/glslang/glslang.d.ts +14 -14
- package/lib/glslang/glslang.js +112 -112
- package/lib/twgsl/twgsl.js +53 -53
- package/package.json +51 -51
- package/types/Disposable.d.ts +21 -0
- package/types/PluginService.d.ts +20 -16
- package/types/Pool.d.ts +90 -0
- package/types/StackCursor.d.ts +6 -0
- package/types/Transaction.d.ts +25 -0
- package/types/data/immer.d.ts +262 -262
- package/types/data/immutable.d.ts +5127 -5127
- package/types/data/mobx.d.ts +2 -2
- package/types/events/event_emiter.d.ts +43 -43
- package/types/fast-deep-equal.d.ts +1 -1
- package/types/index.d.ts +4 -0
- package/types/lodash/add.d.ts +2 -1
- package/types/lodash/after.d.ts +2 -1
- package/types/lodash/array.d.ts +3 -1
- package/types/lodash/array.default.d.ts +70 -68
- package/types/lodash/ary.d.ts +2 -1
- package/types/lodash/assign.d.ts +2 -1
- package/types/lodash/assignIn.d.ts +2 -1
- package/types/lodash/assignInWith.d.ts +2 -1
- package/types/lodash/assignWith.d.ts +2 -1
- package/types/lodash/at.d.ts +2 -1
- package/types/lodash/attempt.d.ts +2 -1
- package/types/lodash/augment.d.ts +2 -2
- package/types/lodash/before.d.ts +2 -1
- package/types/lodash/bind.d.ts +2 -1
- package/types/lodash/bindAll.d.ts +2 -1
- package/types/lodash/bindKey.d.ts +2 -1
- package/types/lodash/cache.d.ts +14 -14
- package/types/lodash/camelCase.d.ts +2 -1
- package/types/lodash/capitalize.d.ts +2 -1
- package/types/lodash/castArray.d.ts +2 -1
- package/types/lodash/ceil.d.ts +2 -1
- package/types/lodash/chain.d.ts +2 -1
- package/types/lodash/chunk.d.ts +2 -1
- package/types/lodash/clamp.d.ts +2 -1
- package/types/lodash/clear-animation-frame.d.ts +1 -1
- package/types/lodash/clone.d.ts +2 -1
- package/types/lodash/cloneDeep.d.ts +2 -1
- package/types/lodash/cloneDeepWith.d.ts +2 -1
- package/types/lodash/cloneWith.d.ts +2 -1
- package/types/lodash/collection.d.ts +3 -1
- package/types/lodash/collection.default.d.ts +33 -31
- package/types/lodash/compact.d.ts +2 -1
- package/types/lodash/concat.d.ts +2 -1
- package/types/lodash/cond.d.ts +2 -1
- package/types/lodash/conforms.d.ts +2 -1
- package/types/lodash/conformsTo.d.ts +2 -1
- package/types/lodash/constant.d.ts +2 -1
- package/types/lodash/contains.d.ts +2 -2
- package/types/lodash/countBy.d.ts +2 -1
- package/types/lodash/create.d.ts +2 -1
- package/types/lodash/curry.d.ts +2 -1
- package/types/lodash/curryRight.d.ts +2 -1
- package/types/lodash/date.d.ts +3 -1
- package/types/lodash/date.default.d.ts +6 -4
- package/types/lodash/debounce.d.ts +4 -2
- package/types/lodash/deburr.d.ts +2 -1
- package/types/lodash/deep-mix.d.ts +2 -2
- package/types/lodash/defaultTo.d.ts +2 -1
- package/types/lodash/defaults.d.ts +2 -1
- package/types/lodash/defaultsDeep.d.ts +2 -1
- package/types/lodash/defer.d.ts +2 -1
- package/types/lodash/delay.d.ts +2 -1
- package/types/lodash/difference.d.ts +2 -1
- package/types/lodash/differenceBy.d.ts +2 -1
- package/types/lodash/differenceWith.d.ts +2 -1
- package/types/lodash/divide.d.ts +2 -1
- package/types/lodash/drop.d.ts +2 -1
- package/types/lodash/dropRight.d.ts +2 -1
- package/types/lodash/dropRightWhile.d.ts +2 -1
- package/types/lodash/dropWhile.d.ts +2 -1
- package/types/lodash/each.d.ts +2 -1
- package/types/lodash/eachRight.d.ts +2 -1
- package/types/lodash/ends-with.d.ts +3 -3
- package/types/lodash/endsWith.d.ts +2 -1
- package/types/lodash/entries.d.ts +2 -1
- package/types/lodash/entriesIn.d.ts +2 -1
- package/types/lodash/eq.d.ts +2 -1
- package/types/lodash/escape.d.ts +2 -1
- package/types/lodash/escapeRegExp.d.ts +2 -1
- package/types/lodash/every.d.ts +2 -1
- package/types/lodash/extend.d.ts +2 -1
- package/types/lodash/extendWith.d.ts +2 -1
- package/types/lodash/fill.d.ts +2 -1
- package/types/lodash/filter.d.ts +2 -1
- package/types/lodash/find-index.d.ts +2 -2
- package/types/lodash/find.d.ts +2 -1
- package/types/lodash/findIndex.d.ts +2 -1
- package/types/lodash/findKey.d.ts +2 -1
- package/types/lodash/findLast.d.ts +2 -1
- package/types/lodash/findLastIndex.d.ts +2 -1
- package/types/lodash/findLastKey.d.ts +2 -1
- package/types/lodash/first-value.d.ts +2 -2
- package/types/lodash/first.d.ts +2 -1
- package/types/lodash/fixed-base.d.ts +2 -2
- package/types/lodash/flatMap.d.ts +2 -1
- package/types/lodash/flatMapDeep.d.ts +2 -1
- package/types/lodash/flatMapDepth.d.ts +2 -1
- package/types/lodash/flatten-deep.d.ts +12 -12
- package/types/lodash/flatten.d.ts +2 -1
- package/types/lodash/flattenDeep.d.ts +2 -1
- package/types/lodash/flattenDepth.d.ts +2 -1
- package/types/lodash/flip.d.ts +2 -1
- package/types/lodash/floor.d.ts +2 -1
- package/types/lodash/flow.d.ts +2 -1
- package/types/lodash/flowRight.d.ts +2 -1
- package/types/lodash/for-in.d.ts +2 -2
- package/types/lodash/forEach.d.ts +2 -1
- package/types/lodash/forEachRight.d.ts +2 -1
- package/types/lodash/forIn.d.ts +2 -1
- package/types/lodash/forInRight.d.ts +2 -1
- package/types/lodash/forOwn.d.ts +2 -1
- package/types/lodash/forOwnRight.d.ts +2 -1
- package/types/lodash/fromPairs.d.ts +2 -1
- package/types/lodash/function.d.ts +3 -1
- package/types/lodash/function.default.d.ts +28 -26
- package/types/lodash/functions.d.ts +2 -1
- package/types/lodash/functionsIn.d.ts +2 -1
- package/types/lodash/get-range.d.ts +6 -6
- package/types/lodash/get-type.d.ts +2 -2
- package/types/lodash/get-wrap-behavior.d.ts +9 -9
- package/types/lodash/get.d.ts +2 -1
- package/types/lodash/group-by.d.ts +6 -6
- package/types/lodash/group-to-map.d.ts +8 -8
- package/types/lodash/group.d.ts +2 -2
- package/types/lodash/groupBy.d.ts +2 -1
- package/types/lodash/gt.d.ts +2 -1
- package/types/lodash/gte.d.ts +2 -1
- package/types/lodash/has-key.d.ts +2 -2
- package/types/lodash/has-value.d.ts +2 -2
- package/types/lodash/has.d.ts +2 -1
- package/types/lodash/hasIn.d.ts +2 -1
- package/types/lodash/head.d.ts +2 -1
- package/types/lodash/identity.d.ts +2 -1
- package/types/lodash/inRange.d.ts +2 -1
- package/types/lodash/includes.d.ts +2 -1
- package/types/lodash/index-of.d.ts +2 -2
- package/types/lodash/index.d.ts +304 -304
- package/types/lodash/indexOf.d.ts +2 -1
- package/types/lodash/initial.d.ts +2 -1
- package/types/lodash/intersection.d.ts +2 -1
- package/types/lodash/intersectionBy.d.ts +2 -1
- package/types/lodash/intersectionWith.d.ts +2 -1
- package/types/lodash/invert.d.ts +2 -1
- package/types/lodash/invertBy.d.ts +2 -1
- package/types/lodash/invoke.d.ts +2 -1
- package/types/lodash/invokeMap.d.ts +2 -1
- package/types/lodash/is-arguments.d.ts +2 -2
- package/types/lodash/is-array-like.d.ts +2 -2
- package/types/lodash/is-array.d.ts +2 -2
- package/types/lodash/is-boolean.d.ts +2 -2
- package/types/lodash/is-date.d.ts +2 -2
- package/types/lodash/is-decimal.d.ts +2 -2
- package/types/lodash/is-element.d.ts +6 -6
- package/types/lodash/is-empty.d.ts +2 -2
- package/types/lodash/is-equal-with.d.ts +24 -24
- package/types/lodash/is-equal.d.ts +2 -2
- package/types/lodash/is-error.d.ts +2 -2
- package/types/lodash/is-even.d.ts +2 -2
- package/types/lodash/is-finite.d.ts +1 -1
- package/types/lodash/is-function.d.ts +2 -2
- package/types/lodash/is-integer.d.ts +2 -2
- package/types/lodash/is-match.d.ts +2 -2
- package/types/lodash/is-negative.d.ts +2 -2
- package/types/lodash/is-nil.d.ts +2 -2
- package/types/lodash/is-null.d.ts +2 -2
- package/types/lodash/is-number-equal.d.ts +1 -1
- package/types/lodash/is-number.d.ts +2 -2
- package/types/lodash/is-object-like.d.ts +2 -2
- package/types/lodash/is-object.d.ts +2 -2
- package/types/lodash/is-odd.d.ts +2 -2
- package/types/lodash/is-plain-object.d.ts +2 -2
- package/types/lodash/is-positive.d.ts +2 -2
- package/types/lodash/is-prototype.d.ts +2 -2
- package/types/lodash/is-reg-exp.d.ts +2 -2
- package/types/lodash/is-segment-equal.d.ts +2 -2
- package/types/lodash/is-string.d.ts +2 -2
- package/types/lodash/is-type.d.ts +2 -2
- package/types/lodash/is-undefined.d.ts +2 -2
- package/types/lodash/isArguments.d.ts +2 -1
- package/types/lodash/isArray.d.ts +2 -1
- package/types/lodash/isArrayBuffer.d.ts +2 -1
- package/types/lodash/isArrayLike.d.ts +2 -1
- package/types/lodash/isArrayLikeObject.d.ts +2 -1
- package/types/lodash/isBoolean.d.ts +2 -1
- package/types/lodash/isBuffer.d.ts +2 -1
- package/types/lodash/isDate.d.ts +2 -1
- package/types/lodash/isElement.d.ts +2 -1
- package/types/lodash/isEmpty.d.ts +2 -1
- package/types/lodash/isEqual.d.ts +2 -1
- package/types/lodash/isEqualWith.d.ts +2 -1
- package/types/lodash/isError.d.ts +2 -1
- package/types/lodash/isFinite.d.ts +2 -1
- package/types/lodash/isFunction.d.ts +2 -1
- package/types/lodash/isInteger.d.ts +2 -1
- package/types/lodash/isLength.d.ts +2 -1
- package/types/lodash/isMap.d.ts +2 -1
- package/types/lodash/isMatch.d.ts +2 -1
- package/types/lodash/isMatchWith.d.ts +2 -1
- package/types/lodash/isNaN.d.ts +2 -1
- package/types/lodash/isNative.d.ts +2 -1
- package/types/lodash/isNil.d.ts +2 -1
- package/types/lodash/isNull.d.ts +2 -1
- package/types/lodash/isNumber.d.ts +2 -1
- package/types/lodash/isObject.d.ts +2 -1
- package/types/lodash/isObjectLike.d.ts +2 -1
- package/types/lodash/isPlainObject.d.ts +2 -1
- package/types/lodash/isRegExp.d.ts +2 -1
- package/types/lodash/isSafeInteger.d.ts +2 -1
- package/types/lodash/isSet.d.ts +2 -1
- package/types/lodash/isString.d.ts +2 -1
- package/types/lodash/isSymbol.d.ts +2 -1
- package/types/lodash/isTypedArray.d.ts +2 -1
- package/types/lodash/isUndefined.d.ts +2 -1
- package/types/lodash/isWeakMap.d.ts +2 -1
- package/types/lodash/isWeakSet.d.ts +2 -1
- package/types/lodash/iteratee.d.ts +2 -1
- package/types/lodash/join.d.ts +2 -1
- package/types/lodash/kebabCase.d.ts +2 -1
- package/types/lodash/keyBy.d.ts +2 -1
- package/types/lodash/keys.d.ts +2 -1
- package/types/lodash/keysIn.d.ts +2 -1
- package/types/lodash/lang.d.ts +3 -1
- package/types/lodash/lang.default.d.ts +61 -59
- package/types/lodash/last.d.ts +2 -1
- package/types/lodash/lastIndexOf.d.ts +2 -1
- package/types/lodash/lower-case.d.ts +2 -2
- package/types/lodash/lower-first.d.ts +2 -2
- package/types/lodash/lowerCase.d.ts +2 -1
- package/types/lodash/lowerFirst.d.ts +2 -1
- package/types/lodash/lt.d.ts +2 -1
- package/types/lodash/lte.d.ts +2 -1
- package/types/lodash/map-values.d.ts +6 -6
- package/types/lodash/map.d.ts +2 -1
- package/types/lodash/mapKeys.d.ts +2 -1
- package/types/lodash/mapValues.d.ts +2 -1
- package/types/lodash/matches.d.ts +2 -1
- package/types/lodash/matchesProperty.d.ts +2 -1
- package/types/lodash/math.d.ts +3 -1
- package/types/lodash/math.default.d.ts +20 -18
- package/types/lodash/max-by.d.ts +16 -16
- package/types/lodash/max.d.ts +2 -1
- package/types/lodash/maxBy.d.ts +2 -1
- package/types/lodash/mean.d.ts +2 -1
- package/types/lodash/meanBy.d.ts +2 -1
- package/types/lodash/memoize.d.ts +2 -1
- package/types/lodash/merge.d.ts +2 -1
- package/types/lodash/mergeWith.d.ts +2 -1
- package/types/lodash/method.d.ts +2 -1
- package/types/lodash/methodOf.d.ts +2 -1
- package/types/lodash/min-by.d.ts +16 -16
- package/types/lodash/min.d.ts +2 -1
- package/types/lodash/minBy.d.ts +2 -1
- package/types/lodash/mix.d.ts +1 -1
- package/types/lodash/mixin.d.ts +2 -1
- package/types/lodash/mod.d.ts +2 -2
- package/types/lodash/multiply.d.ts +2 -1
- package/types/lodash/negate.d.ts +2 -1
- package/types/lodash/noop.d.ts +2 -1
- package/types/lodash/now.d.ts +2 -1
- package/types/lodash/nth.d.ts +2 -1
- package/types/lodash/nthArg.d.ts +2 -1
- package/types/lodash/number.d.ts +3 -1
- package/types/lodash/number.default.d.ts +8 -6
- package/types/lodash/number2color.d.ts +2 -2
- package/types/lodash/object.d.ts +3 -1
- package/types/lodash/object.default.d.ts +52 -50
- package/types/lodash/omit.d.ts +2 -1
- package/types/lodash/omitBy.d.ts +2 -1
- package/types/lodash/once.d.ts +2 -1
- package/types/lodash/orderBy.d.ts +2 -1
- package/types/lodash/over.d.ts +2 -1
- package/types/lodash/overArgs.d.ts +2 -1
- package/types/lodash/overEvery.d.ts +2 -1
- package/types/lodash/overSome.d.ts +2 -1
- package/types/lodash/pad.d.ts +2 -1
- package/types/lodash/padEnd.d.ts +2 -1
- package/types/lodash/padStart.d.ts +2 -1
- package/types/lodash/parse-radius.d.ts +9 -9
- package/types/lodash/parseInt.d.ts +2 -1
- package/types/lodash/partial.d.ts +2 -1
- package/types/lodash/partialRight.d.ts +2 -1
- package/types/lodash/partition.d.ts +2 -1
- package/types/lodash/pick.d.ts +2 -1
- package/types/lodash/pickBy.d.ts +2 -1
- package/types/lodash/property.d.ts +4 -2
- package/types/lodash/propertyOf.d.ts +2 -1
- package/types/lodash/pull-at.d.ts +2 -2
- package/types/lodash/pull.d.ts +2 -1
- package/types/lodash/pullAll.d.ts +2 -1
- package/types/lodash/pullAllBy.d.ts +2 -1
- package/types/lodash/pullAllWith.d.ts +2 -1
- package/types/lodash/pullAt.d.ts +2 -1
- package/types/lodash/random.d.ts +2 -1
- package/types/lodash/range.d.ts +2 -1
- package/types/lodash/rangeRight.d.ts +2 -1
- package/types/lodash/rearg.d.ts +2 -1
- package/types/lodash/reduce.d.ts +2 -1
- package/types/lodash/reduceRight.d.ts +2 -1
- package/types/lodash/reject.d.ts +2 -1
- package/types/lodash/remove.d.ts +2 -1
- package/types/lodash/repeat.d.ts +2 -1
- package/types/lodash/replace.d.ts +2 -1
- package/types/lodash/request-animation-frame.d.ts +1 -1
- package/types/lodash/rest.d.ts +2 -1
- package/types/lodash/result.d.ts +2 -1
- package/types/lodash/reverse.d.ts +2 -1
- package/types/lodash/round.d.ts +2 -1
- package/types/lodash/sample.d.ts +2 -1
- package/types/lodash/sampleSize.d.ts +2 -1
- package/types/lodash/set.d.ts +2 -1
- package/types/lodash/setWith.d.ts +2 -1
- package/types/lodash/shuffle.d.ts +2 -1
- package/types/lodash/size.d.ts +2 -1
- package/types/lodash/slice.d.ts +2 -1
- package/types/lodash/snakeCase.d.ts +2 -1
- package/types/lodash/some.d.ts +2 -1
- package/types/lodash/sort-by.d.ts +7 -7
- package/types/lodash/sortBy.d.ts +2 -1
- package/types/lodash/sortedIndex.d.ts +2 -1
- package/types/lodash/sortedIndexBy.d.ts +2 -1
- package/types/lodash/sortedIndexOf.d.ts +2 -1
- package/types/lodash/sortedLastIndex.d.ts +2 -1
- package/types/lodash/sortedLastIndexBy.d.ts +2 -1
- package/types/lodash/sortedLastIndexOf.d.ts +2 -1
- package/types/lodash/sortedUniq.d.ts +2 -1
- package/types/lodash/sortedUniqBy.d.ts +2 -1
- package/types/lodash/split.d.ts +2 -1
- package/types/lodash/spread.d.ts +2 -1
- package/types/lodash/startCase.d.ts +2 -1
- package/types/lodash/starts-with.d.ts +3 -3
- package/types/lodash/startsWith.d.ts +2 -1
- package/types/lodash/string.d.ts +3 -1
- package/types/lodash/string.default.d.ts +36 -34
- package/types/lodash/stubArray.d.ts +2 -1
- package/types/lodash/stubFalse.d.ts +2 -1
- package/types/lodash/stubObject.d.ts +2 -1
- package/types/lodash/stubString.d.ts +2 -1
- package/types/lodash/stubTrue.d.ts +2 -1
- package/types/lodash/substitute.d.ts +5 -5
- package/types/lodash/subtract.d.ts +2 -1
- package/types/lodash/sum.d.ts +2 -1
- package/types/lodash/sumBy.d.ts +2 -1
- package/types/lodash/tail.d.ts +2 -1
- package/types/lodash/take.d.ts +2 -1
- package/types/lodash/takeRight.d.ts +2 -1
- package/types/lodash/takeRightWhile.d.ts +2 -1
- package/types/lodash/takeWhile.d.ts +2 -1
- package/types/lodash/tap.d.ts +2 -1
- package/types/lodash/template.d.ts +2 -1
- package/types/lodash/templateSettings.d.ts +2 -1
- package/types/lodash/throttle.d.ts +4 -2
- package/types/lodash/thru.d.ts +2 -1
- package/types/lodash/times.d.ts +2 -1
- package/types/lodash/to-array.d.ts +2 -2
- package/types/lodash/to-degree.d.ts +2 -2
- package/types/lodash/to-integer.d.ts +1 -1
- package/types/lodash/to-radian.d.ts +2 -2
- package/types/lodash/to-string.d.ts +2 -2
- package/types/lodash/toArray.d.ts +2 -1
- package/types/lodash/toFinite.d.ts +2 -1
- package/types/lodash/toInteger.d.ts +2 -1
- package/types/lodash/toLength.d.ts +2 -1
- package/types/lodash/toLower.d.ts +2 -1
- package/types/lodash/toNumber.d.ts +2 -1
- package/types/lodash/toPairs.d.ts +2 -1
- package/types/lodash/toPairsIn.d.ts +2 -1
- package/types/lodash/toPath.d.ts +2 -1
- package/types/lodash/toPlainObject.d.ts +2 -1
- package/types/lodash/toSafeInteger.d.ts +2 -1
- package/types/lodash/toString.d.ts +2 -1
- package/types/lodash/toUpper.d.ts +2 -1
- package/types/lodash/transform.d.ts +2 -1
- package/types/lodash/trim.d.ts +2 -1
- package/types/lodash/trimEnd.d.ts +2 -1
- package/types/lodash/trimStart.d.ts +2 -1
- package/types/lodash/truncate.d.ts +2 -1
- package/types/lodash/types/index.d.ts +3 -3
- package/types/lodash/unary.d.ts +2 -1
- package/types/lodash/unescape.d.ts +2 -1
- package/types/lodash/union.d.ts +2 -1
- package/types/lodash/unionBy.d.ts +2 -1
- package/types/lodash/unionWith.d.ts +2 -1
- package/types/lodash/uniq.d.ts +2 -1
- package/types/lodash/uniqBy.d.ts +2 -1
- package/types/lodash/uniqWith.d.ts +2 -1
- package/types/lodash/unique-id.d.ts +2 -2
- package/types/lodash/uniqueId.d.ts +2 -1
- package/types/lodash/unset.d.ts +2 -1
- package/types/lodash/unzip.d.ts +2 -1
- package/types/lodash/unzipWith.d.ts +2 -1
- package/types/lodash/update.d.ts +2 -1
- package/types/lodash/updateWith.d.ts +2 -1
- package/types/lodash/upper-case.d.ts +2 -2
- package/types/lodash/upper-first.d.ts +2 -2
- package/types/lodash/upperCase.d.ts +2 -1
- package/types/lodash/upperFirst.d.ts +2 -1
- package/types/lodash/util.d.ts +3 -1
- package/types/lodash/util.default.d.ts +37 -35
- package/types/lodash/values-of-key.d.ts +2 -2
- package/types/lodash/values.d.ts +2 -1
- package/types/lodash/valuesIn.d.ts +2 -1
- package/types/lodash/without.d.ts +2 -1
- package/types/lodash/words.d.ts +2 -1
- package/types/lodash/wrap-behavior.d.ts +9 -9
- package/types/lodash/wrap.d.ts +2 -1
- package/types/lodash/xor.d.ts +2 -1
- package/types/lodash/xorBy.d.ts +2 -1
- package/types/lodash/xorWith.d.ts +2 -1
- package/types/lodash/zip.d.ts +2 -1
- package/types/lodash/zipObject.d.ts +2 -1
- package/types/lodash/zipObjectDeep.d.ts +2 -1
- package/types/lodash/zipWith.d.ts +2 -1
- package/types/stats.module.d.ts +3 -3
|
@@ -54,62 +54,64 @@ import { default as toNumber } from './toNumber';
|
|
|
54
54
|
import { default as toPlainObject } from './toPlainObject';
|
|
55
55
|
import { default as toSafeInteger } from './toSafeInteger';
|
|
56
56
|
import { default as toString } from './toString';
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
declare const defaultExport: {
|
|
60
|
+
castArray: typeof castArray;
|
|
61
|
+
clone: typeof clone;
|
|
62
|
+
cloneDeep: typeof cloneDeep;
|
|
63
|
+
cloneDeepWith: typeof cloneDeepWith;
|
|
64
|
+
cloneWith: typeof cloneWith;
|
|
65
|
+
conformsTo: typeof conformsTo;
|
|
66
|
+
eq: typeof eq;
|
|
67
|
+
gt: typeof gt;
|
|
68
|
+
gte: typeof gte;
|
|
69
|
+
isArguments: typeof isArguments;
|
|
70
|
+
isArray: typeof isArray;
|
|
71
|
+
isArrayBuffer: typeof isArrayBuffer;
|
|
72
|
+
isArrayLike: typeof isArrayLike;
|
|
73
|
+
isArrayLikeObject: typeof isArrayLikeObject;
|
|
74
|
+
isBoolean: typeof isBoolean;
|
|
75
|
+
isBuffer: typeof isBuffer;
|
|
76
|
+
isDate: typeof isDate;
|
|
77
|
+
isElement: typeof isElement;
|
|
78
|
+
isEmpty: typeof isEmpty;
|
|
79
|
+
isEqual: typeof isEqual;
|
|
80
|
+
isEqualWith: typeof isEqualWith;
|
|
81
|
+
isError: typeof isError;
|
|
82
|
+
isFinite: typeof isFinite;
|
|
83
|
+
isFunction: typeof isFunction;
|
|
84
|
+
isInteger: typeof isInteger;
|
|
85
|
+
isLength: typeof isLength;
|
|
86
|
+
isMap: typeof isMap;
|
|
87
|
+
isMatch: typeof isMatch;
|
|
88
|
+
isMatchWith: typeof isMatchWith;
|
|
89
|
+
isNaN: typeof isNaN;
|
|
90
|
+
isNative: typeof isNative;
|
|
91
|
+
isNil: typeof isNil;
|
|
92
|
+
isNull: typeof isNull;
|
|
93
|
+
isNumber: typeof isNumber;
|
|
94
|
+
isObject: typeof isObject;
|
|
95
|
+
isObjectLike: typeof isObjectLike;
|
|
96
|
+
isPlainObject: typeof isPlainObject;
|
|
97
|
+
isRegExp: typeof isRegExp;
|
|
98
|
+
isSafeInteger: typeof isSafeInteger;
|
|
99
|
+
isSet: typeof isSet;
|
|
100
|
+
isString: typeof isString;
|
|
101
|
+
isSymbol: typeof isSymbol;
|
|
102
|
+
isTypedArray: typeof isTypedArray;
|
|
103
|
+
isUndefined: typeof isUndefined;
|
|
104
|
+
isWeakMap: typeof isWeakMap;
|
|
105
|
+
isWeakSet: typeof isWeakSet;
|
|
106
|
+
lt: typeof lt;
|
|
107
|
+
lte: typeof lte;
|
|
108
|
+
toArray: typeof toArray;
|
|
109
|
+
toFinite: typeof toFinite;
|
|
110
|
+
toInteger: typeof toInteger;
|
|
111
|
+
toLength: typeof toLength;
|
|
112
|
+
toNumber: typeof toNumber;
|
|
113
|
+
toPlainObject: typeof toPlainObject;
|
|
114
|
+
toSafeInteger: typeof toSafeInteger;
|
|
115
|
+
toString: typeof toString;
|
|
116
|
+
};
|
|
117
|
+
export default defaultExport;
|
package/types/lodash/last.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const lowerCase: (str: string) => string;
|
|
2
|
-
export default lowerCase;
|
|
1
|
+
declare const lowerCase: (str: string) => string;
|
|
2
|
+
export default lowerCase;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const lowerFirst: (value: string) => string;
|
|
2
|
-
export default lowerFirst;
|
|
1
|
+
declare const lowerFirst: (value: string) => string;
|
|
2
|
+
export default lowerFirst;
|
package/types/lodash/lt.d.ts
CHANGED
package/types/lodash/lte.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
declare const _default: <T>(object: {
|
|
2
|
-
[key: string]: T;
|
|
3
|
-
}, func?: (value: T, key: string) => any) => {
|
|
4
|
-
[key: string]: any;
|
|
5
|
-
};
|
|
6
|
-
export default _default;
|
|
1
|
+
declare const _default: <T>(object: {
|
|
2
|
+
[key: string]: T;
|
|
3
|
+
}, func?: (value: T, key: string) => any) => {
|
|
4
|
+
[key: string]: any;
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
package/types/lodash/map.d.ts
CHANGED
package/types/lodash/math.d.ts
CHANGED
|
@@ -13,4 +13,6 @@ import { default as round } from './round';
|
|
|
13
13
|
import { default as subtract } from './subtract';
|
|
14
14
|
import { default as sum } from './sum';
|
|
15
15
|
import { default as sumBy } from './sumBy';
|
|
16
|
-
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
export { default } from './math.default';
|
|
@@ -13,21 +13,23 @@ import { default as round } from './round';
|
|
|
13
13
|
import { default as subtract } from './subtract';
|
|
14
14
|
import { default as sum } from './sum';
|
|
15
15
|
import { default as sumBy } from './sumBy';
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
declare const defaultExport: {
|
|
19
|
+
add: typeof add;
|
|
20
|
+
ceil: typeof ceil;
|
|
21
|
+
divide: typeof divide;
|
|
22
|
+
floor: typeof floor;
|
|
23
|
+
max: typeof max;
|
|
24
|
+
maxBy: typeof maxBy;
|
|
25
|
+
mean: typeof mean;
|
|
26
|
+
meanBy: typeof meanBy;
|
|
27
|
+
min: typeof min;
|
|
28
|
+
minBy: typeof minBy;
|
|
29
|
+
multiply: typeof multiply;
|
|
30
|
+
round: typeof round;
|
|
31
|
+
subtract: typeof subtract;
|
|
32
|
+
sum: typeof sum;
|
|
33
|
+
sumBy: typeof sumBy;
|
|
34
|
+
};
|
|
35
|
+
export default defaultExport;
|
package/types/lodash/max-by.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @param {Array} arr The array to iterate over.
|
|
3
|
-
* @param {Function} [fn] The iteratee invoked per element.
|
|
4
|
-
* @return {*} Returns the maximum value.
|
|
5
|
-
* @example
|
|
6
|
-
*
|
|
7
|
-
* var objects = [{ 'n': 1 }, { 'n': 2 }];
|
|
8
|
-
*
|
|
9
|
-
* maxBy(objects, function(o) { return o.n; });
|
|
10
|
-
* // => { 'n': 2 }
|
|
11
|
-
*
|
|
12
|
-
* maxBy(objects, 'n');
|
|
13
|
-
* // => { 'n': 2 }
|
|
14
|
-
*/
|
|
15
|
-
declare const _default: <T>(arr: T[], fn: ((v: T) => number) | string) => T | undefined;
|
|
16
|
-
export default _default;
|
|
1
|
+
/**
|
|
2
|
+
* @param {Array} arr The array to iterate over.
|
|
3
|
+
* @param {Function} [fn] The iteratee invoked per element.
|
|
4
|
+
* @return {*} Returns the maximum value.
|
|
5
|
+
* @example
|
|
6
|
+
*
|
|
7
|
+
* var objects = [{ 'n': 1 }, { 'n': 2 }];
|
|
8
|
+
*
|
|
9
|
+
* maxBy(objects, function(o) { return o.n; });
|
|
10
|
+
* // => { 'n': 2 }
|
|
11
|
+
*
|
|
12
|
+
* maxBy(objects, 'n');
|
|
13
|
+
* // => { 'n': 2 }
|
|
14
|
+
*/
|
|
15
|
+
declare const _default: <T>(arr: T[], fn: ((v: T) => number) | string) => T | undefined;
|
|
16
|
+
export default _default;
|
package/types/lodash/max.d.ts
CHANGED
package/types/lodash/maxBy.d.ts
CHANGED
package/types/lodash/mean.d.ts
CHANGED
package/types/lodash/meanBy.d.ts
CHANGED
package/types/lodash/merge.d.ts
CHANGED
package/types/lodash/method.d.ts
CHANGED
package/types/lodash/min-by.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @param {Array} arr The array to iterate over.
|
|
3
|
-
* @param {Function} [fn] The iteratee invoked per element.
|
|
4
|
-
* @return {*} Returns the minimum value.
|
|
5
|
-
* @example
|
|
6
|
-
*
|
|
7
|
-
* var objects = [{ 'n': 1 }, { 'n': 2 }];
|
|
8
|
-
*
|
|
9
|
-
* minBy(objects, function(o) { return o.n; });
|
|
10
|
-
* // => { 'n': 1 }
|
|
11
|
-
*
|
|
12
|
-
* minBy(objects, 'n');
|
|
13
|
-
* // => { 'n': 1 }
|
|
14
|
-
*/
|
|
15
|
-
declare const _default: <T>(arr: T[], fn: ((v: T) => number) | string) => T | undefined;
|
|
16
|
-
export default _default;
|
|
1
|
+
/**
|
|
2
|
+
* @param {Array} arr The array to iterate over.
|
|
3
|
+
* @param {Function} [fn] The iteratee invoked per element.
|
|
4
|
+
* @return {*} Returns the minimum value.
|
|
5
|
+
* @example
|
|
6
|
+
*
|
|
7
|
+
* var objects = [{ 'n': 1 }, { 'n': 2 }];
|
|
8
|
+
*
|
|
9
|
+
* minBy(objects, function(o) { return o.n; });
|
|
10
|
+
* // => { 'n': 1 }
|
|
11
|
+
*
|
|
12
|
+
* minBy(objects, 'n');
|
|
13
|
+
* // => { 'n': 1 }
|
|
14
|
+
*/
|
|
15
|
+
declare const _default: <T>(arr: T[], fn: ((v: T) => number) | string) => T | undefined;
|
|
16
|
+
export default _default;
|
package/types/lodash/min.d.ts
CHANGED
package/types/lodash/minBy.d.ts
CHANGED
package/types/lodash/mix.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default function mix<Base, A, B, C>(dist: Base & A & B & C, src1?: A, src2?: B, src3?: C): Base & A & B & C;
|
|
1
|
+
export default function mix<Base, A, B, C>(dist: Base & A & B & C, src1?: A, src2?: B, src3?: C): Base & A & B & C;
|
package/types/lodash/mixin.d.ts
CHANGED
package/types/lodash/mod.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const mod: (n: number, m: number) => number;
|
|
2
|
-
export default mod;
|
|
1
|
+
declare const mod: (n: number, m: number) => number;
|
|
2
|
+
export default mod;
|
package/types/lodash/negate.d.ts
CHANGED
package/types/lodash/noop.d.ts
CHANGED
package/types/lodash/now.d.ts
CHANGED
package/types/lodash/nth.d.ts
CHANGED
package/types/lodash/nthArg.d.ts
CHANGED
package/types/lodash/number.d.ts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { default as clamp } from './clamp';
|
|
2
2
|
import { default as inRange } from './inRange';
|
|
3
3
|
import { default as random } from './random';
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
declare const defaultExport: {
|
|
7
|
+
clamp: typeof clamp;
|
|
8
|
+
inRange: typeof inRange;
|
|
9
|
+
random: typeof random;
|
|
10
|
+
};
|
|
11
|
+
export default defaultExport;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare function numberToColor(num: number): string;
|
|
2
|
-
export default numberToColor;
|
|
1
|
+
declare function numberToColor(num: number): string;
|
|
2
|
+
export default numberToColor;
|
package/types/lodash/object.d.ts
CHANGED
|
@@ -45,4 +45,6 @@ import { default as update } from './update';
|
|
|
45
45
|
import { default as updateWith } from './updateWith';
|
|
46
46
|
import { default as values } from './values';
|
|
47
47
|
import { default as valuesIn } from './valuesIn';
|
|
48
|
-
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
export { default } from './object.default';
|
|
@@ -45,53 +45,55 @@ import { default as update } from './update';
|
|
|
45
45
|
import { default as updateWith } from './updateWith';
|
|
46
46
|
import { default as values } from './values';
|
|
47
47
|
import { default as valuesIn } from './valuesIn';
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
declare const defaultExport: {
|
|
51
|
+
assign: typeof assign;
|
|
52
|
+
assignIn: typeof assignIn;
|
|
53
|
+
assignInWith: typeof assignInWith;
|
|
54
|
+
assignWith: typeof assignWith;
|
|
55
|
+
at: typeof at;
|
|
56
|
+
create: typeof create;
|
|
57
|
+
defaults: typeof defaults;
|
|
58
|
+
defaultsDeep: typeof defaultsDeep;
|
|
59
|
+
entries: typeof entries;
|
|
60
|
+
entriesIn: typeof entriesIn;
|
|
61
|
+
extend: typeof extend;
|
|
62
|
+
extendWith: typeof extendWith;
|
|
63
|
+
findKey: typeof findKey;
|
|
64
|
+
findLastKey: typeof findLastKey;
|
|
65
|
+
forIn: typeof forIn;
|
|
66
|
+
forInRight: typeof forInRight;
|
|
67
|
+
forOwn: typeof forOwn;
|
|
68
|
+
forOwnRight: typeof forOwnRight;
|
|
69
|
+
functions: typeof functions;
|
|
70
|
+
functionsIn: typeof functionsIn;
|
|
71
|
+
get: typeof get;
|
|
72
|
+
has: typeof has;
|
|
73
|
+
hasIn: typeof hasIn;
|
|
74
|
+
invert: typeof invert;
|
|
75
|
+
invertBy: typeof invertBy;
|
|
76
|
+
invoke: typeof invoke;
|
|
77
|
+
keys: typeof keys;
|
|
78
|
+
keysIn: typeof keysIn;
|
|
79
|
+
mapKeys: typeof mapKeys;
|
|
80
|
+
mapValues: typeof mapValues;
|
|
81
|
+
merge: typeof merge;
|
|
82
|
+
mergeWith: typeof mergeWith;
|
|
83
|
+
omit: typeof omit;
|
|
84
|
+
omitBy: typeof omitBy;
|
|
85
|
+
pick: typeof pick;
|
|
86
|
+
pickBy: typeof pickBy;
|
|
87
|
+
result: typeof result;
|
|
88
|
+
set: typeof set;
|
|
89
|
+
setWith: typeof setWith;
|
|
90
|
+
toPairs: typeof toPairs;
|
|
91
|
+
toPairsIn: typeof toPairsIn;
|
|
92
|
+
transform: typeof transform;
|
|
93
|
+
unset: typeof unset;
|
|
94
|
+
update: typeof update;
|
|
95
|
+
updateWith: typeof updateWith;
|
|
96
|
+
values: typeof values;
|
|
97
|
+
valuesIn: typeof valuesIn;
|
|
98
|
+
};
|
|
99
|
+
export default defaultExport;
|
package/types/lodash/omit.d.ts
CHANGED
package/types/lodash/omitBy.d.ts
CHANGED
package/types/lodash/once.d.ts
CHANGED