@types/lodash 4.14.100 → 4.14.104
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.
- lodash/README.md +2 -2
- lodash/common/array.d.ts +3845 -0
- lodash/common/collection.d.ts +3091 -0
- lodash/common/common.d.ts +3 -3
- lodash/{date/now.d.ts → common/date.d.ts} +3 -1
- lodash/common/function.d.ts +1367 -0
- lodash/common/lang.d.ts +1937 -0
- lodash/common/math.d.ts +536 -0
- lodash/{number/random.d.ts → common/number.d.ts} +98 -1
- lodash/common/object.d.ts +3653 -0
- lodash/common/seq.d.ts +198 -0
- lodash/common/string.d.ts +1059 -0
- lodash/common/util.d.ts +1455 -0
- lodash/index.d.ts +11 -338
- lodash/package.json +2 -7
- lodash/array/chunk.d.ts +0 -37
- lodash/array/compact.d.ts +0 -27
- lodash/array/concat.d.ts +0 -39
- lodash/array/difference.d.ts +0 -37
- lodash/array/differenceBy.d.ts +0 -243
- lodash/array/differenceWith.d.ts +0 -132
- lodash/array/drop.d.ts +0 -27
- lodash/array/dropRight.d.ts +0 -30
- lodash/array/dropRightWhile.d.ts +0 -47
- lodash/array/dropWhile.d.ts +0 -47
- lodash/array/fill.d.ts +0 -124
- lodash/array/findIndex.d.ts +0 -50
- lodash/array/findLastIndex.d.ts +0 -49
- lodash/array/first.d.ts +0 -23
- lodash/array/flatten.d.ts +0 -43
- lodash/array/flattenDeep.d.ts +0 -26
- lodash/array/flattenDepth.d.ts +0 -27
- lodash/array/fromPairs.d.ts +0 -59
- lodash/array/head.d.ts +0 -28
- lodash/array/indexOf.d.ts +0 -53
- lodash/array/initial.d.ts +0 -26
- lodash/array/intersection.d.ts +0 -33
- lodash/array/intersectionBy.d.ts +0 -134
- lodash/array/intersectionWith.d.ts +0 -133
- lodash/array/join.d.ts +0 -30
- lodash/array/last.d.ts +0 -26
- lodash/array/lastIndexOf.d.ts +0 -40
- lodash/array/nth.d.ts +0 -36
- lodash/array/pull.d.ts +0 -46
- lodash/array/pullAll.d.ts +0 -54
- lodash/array/pullAllBy.d.ts +0 -77
- lodash/array/pullAllWith.d.ts +0 -77
- lodash/array/pullAt.d.ts +0 -34
- lodash/array/remove.d.ts +0 -49
- lodash/array/reverse.d.ts +0 -27
- lodash/array/slice.d.ts +0 -40
- lodash/array/sortedIndex.d.ts +0 -45
- lodash/array/sortedIndexBy.d.ts +0 -97
- lodash/array/sortedIndexOf.d.ts +0 -42
- lodash/array/sortedLastIndex.d.ts +0 -43
- lodash/array/sortedLastIndexBy.d.ts +0 -48
- lodash/array/sortedLastIndexOf.d.ts +0 -42
- lodash/array/sortedUniq.d.ts +0 -34
- lodash/array/sortedUniqBy.d.ts +0 -66
- lodash/array/tail.d.ts +0 -26
- lodash/array/take.d.ts +0 -36
- lodash/array/takeRight.d.ts +0 -36
- lodash/array/takeRightWhile.d.ts +0 -47
- lodash/array/takeWhile.d.ts +0 -47
- lodash/array/union.d.ts +0 -33
- lodash/array/unionBy.d.ts +0 -164
- lodash/array/unionWith.d.ts +0 -103
- lodash/array/uniq.d.ts +0 -36
- lodash/array/uniqBy.d.ts +0 -71
- lodash/array/uniqWith.d.ts +0 -45
- lodash/array/unzip.d.ts +0 -27
- lodash/array/unzipWith.d.ts +0 -60
- lodash/array/without.d.ts +0 -36
- lodash/array/xor.d.ts +0 -32
- lodash/array/xorBy.d.ts +0 -104
- lodash/array/xorWith.d.ts +0 -103
- lodash/array/zip.d.ts +0 -129
- lodash/array/zipObject.d.ts +0 -58
- lodash/array/zipObjectDeep.d.ts +0 -36
- lodash/array/zipWith.d.ts +0 -187
- lodash/collection/countBy.d.ts +0 -121
- lodash/collection/each.d.ts +0 -40
- lodash/collection/eachRight.d.ts +0 -40
- lodash/collection/every.d.ts +0 -85
- lodash/collection/filter.d.ts +0 -143
- lodash/collection/find.d.ts +0 -131
- lodash/collection/findLast.d.ts +0 -121
- lodash/collection/flatMap.d.ts +0 -164
- lodash/collection/flatMapDeep.d.ts +0 -164
- lodash/collection/flatMapDepth.d.ts +0 -180
- lodash/collection/forEach.d.ts +0 -113
- lodash/collection/forEachRight.d.ts +0 -108
- lodash/collection/groupBy.d.ts +0 -121
- lodash/collection/includes.d.ts +0 -41
- lodash/collection/invokeMap.d.ts +0 -58
- lodash/collection/keyBy.d.ts +0 -121
- lodash/collection/map.d.ts +0 -180
- lodash/collection/orderBy.d.ts +0 -192
- lodash/collection/partition.d.ts +0 -72
- lodash/collection/reduce.d.ts +0 -220
- lodash/collection/reduceRight.d.ts +0 -217
- lodash/collection/reject.d.ts +0 -86
- lodash/collection/sample.d.ts +0 -74
- lodash/collection/sampleSize.d.ts +0 -60
- lodash/collection/shuffle.d.ts +0 -41
- lodash/collection/size.d.ts +0 -27
- lodash/collection/some.d.ts +0 -85
- lodash/collection/sortBy.d.ts +0 -84
- lodash/function/after.d.ts +0 -30
- lodash/function/ary.d.ts +0 -30
- lodash/function/before.d.ts +0 -32
- lodash/function/bind.d.ts +0 -50
- lodash/function/bindKey.d.ts +0 -51
- lodash/function/curry.d.ts +0 -203
- lodash/function/curryRight.d.ts +0 -132
- lodash/function/debounce.d.ts +0 -67
- lodash/function/defer.d.ts +0 -31
- lodash/function/delay.d.ts +0 -38
- lodash/function/flip.d.ts +0 -28
- lodash/function/memoize.d.ts +0 -37
- lodash/function/negate.d.ts +0 -20
- lodash/function/once.d.ts +0 -20
- lodash/function/overArgs.d.ts +0 -31
- lodash/function/partial.d.ts +0 -159
- lodash/function/partialRight.d.ts +0 -150
- lodash/function/rearg.d.ts +0 -28
- lodash/function/rest.d.ts +0 -33
- lodash/function/spread.d.ts +0 -44
- lodash/function/throttle.d.ts +0 -58
- lodash/function/unary.d.ts +0 -32
- lodash/function/wrap.d.ts +0 -61
- lodash/lang/castArray.d.ts +0 -26
- lodash/lang/clone.d.ts +0 -31
- lodash/lang/cloneDeep.d.ts +0 -26
- lodash/lang/cloneDeepWith.d.ts +0 -51
- lodash/lang/cloneWith.d.ts +0 -74
- lodash/lang/conformsTo.d.ts +0 -31
- lodash/lang/eq.d.ts +0 -55
- lodash/lang/gt.d.ts +0 -30
- lodash/lang/gte.d.ts +0 -30
- lodash/lang/isArguments.d.ts +0 -26
- lodash/lang/isArray.d.ts +0 -31
- lodash/lang/isArrayBuffer.d.ts +0 -26
- lodash/lang/isArrayLike.d.ts +0 -52
- lodash/lang/isArrayLikeObject.d.ts +0 -53
- lodash/lang/isBoolean.d.ts +0 -26
- lodash/lang/isBuffer.d.ts +0 -26
- lodash/lang/isDate.d.ts +0 -26
- lodash/lang/isElement.d.ts +0 -26
- lodash/lang/isEmpty.d.ts +0 -27
- lodash/lang/isEqual.d.ts +0 -52
- lodash/lang/isEqualWith.d.ts +0 -61
- lodash/lang/isError.d.ts +0 -27
- lodash/lang/isFinite.d.ts +0 -28
- lodash/lang/isFunction.d.ts +0 -26
- lodash/lang/isInteger.d.ts +0 -42
- lodash/lang/isLength.d.ts +0 -42
- lodash/lang/isMap.d.ts +0 -26
- lodash/lang/isMatch.d.ts +0 -42
- lodash/lang/isMatchWith.d.ts +0 -51
- lodash/lang/isNaN.d.ts +0 -28
- lodash/lang/isNative.d.ts +0 -26
- lodash/lang/isNil.d.ts +0 -37
- lodash/lang/isNull.d.ts +0 -26
- lodash/lang/isNumber.d.ts +0 -28
- lodash/lang/isObject.d.ts +0 -27
- lodash/lang/isObjectLike.d.ts +0 -41
- lodash/lang/isPlainObject.d.ts +0 -29
- lodash/lang/isRegExp.d.ts +0 -26
- lodash/lang/isSafeInteger.d.ts +0 -43
- lodash/lang/isSet.d.ts +0 -26
- lodash/lang/isString.d.ts +0 -26
- lodash/lang/isSymbol.d.ts +0 -34
- lodash/lang/isTypedArray.d.ts +0 -26
- lodash/lang/isUndefined.d.ts +0 -26
- lodash/lang/isWeakMap.d.ts +0 -26
- lodash/lang/isWeakSet.d.ts +0 -26
- lodash/lang/lt.d.ts +0 -30
- lodash/lang/lte.d.ts +0 -30
- lodash/lang/toArray.d.ts +0 -46
- lodash/lang/toFinite.d.ts +0 -41
- lodash/lang/toInteger.d.ts +0 -42
- lodash/lang/toLength.d.ts +0 -43
- lodash/lang/toNumber.d.ts +0 -40
- lodash/lang/toPlainObject.d.ts +0 -27
- lodash/lang/toSafeInteger.d.ts +0 -41
- lodash/lang/toString.d.ts +0 -24
- lodash/math/add.d.ts +0 -30
- lodash/math/ceil.d.ts +0 -30
- lodash/math/divide.d.ts +0 -30
- lodash/math/floor.d.ts +0 -30
- lodash/math/max.d.ts +0 -30
- lodash/math/maxBy.d.ts +0 -49
- lodash/math/mean.d.ts +0 -33
- lodash/math/meanBy.d.ts +0 -41
- lodash/math/min.d.ts +0 -30
- lodash/math/minBy.d.ts +0 -49
- lodash/math/multiply.d.ts +0 -29
- lodash/math/round.d.ts +0 -30
- lodash/math/subtract.d.ts +0 -39
- lodash/math/sum.d.ts +0 -31
- lodash/math/sumBy.d.ts +0 -53
- lodash/number/clamp.d.ts +0 -56
- lodash/number/inRange.d.ts +0 -39
- lodash/object/assign.d.ts +0 -172
- lodash/object/assignIn.d.ts +0 -171
- lodash/object/assignInWith.d.ts +0 -183
- lodash/object/assignWith.d.ts +0 -180
- lodash/object/at.d.ts +0 -61
- lodash/object/create.d.ts +0 -31
- lodash/object/defaults.d.ts +0 -155
- lodash/object/defaultsDeep.d.ts +0 -28
- lodash/object/entries.d.ts +0 -38
- lodash/object/entriesIn.d.ts +0 -38
- lodash/object/extend.d.ts +0 -147
- lodash/object/extendWith.d.ts +0 -159
- lodash/object/findKey.d.ts +0 -47
- lodash/object/findLastKey.d.ts +0 -46
- lodash/object/forIn.d.ts +0 -37
- lodash/object/forInRight.d.ts +0 -35
- lodash/object/forOwn.d.ts +0 -37
- lodash/object/forOwnRight.d.ts +0 -35
- lodash/object/functions.d.ts +0 -39
- lodash/object/functionsIn.d.ts +0 -39
- lodash/object/get.d.ts +0 -238
- lodash/object/has.d.ts +0 -47
- lodash/object/hasIn.d.ts +0 -46
- lodash/object/invert.d.ts +0 -30
- lodash/object/invertBy.d.ts +0 -62
- lodash/object/invoke.d.ts +0 -33
- lodash/object/keys.d.ts +0 -28
- lodash/object/keysIn.d.ts +0 -28
- lodash/object/mapKeys.d.ts +0 -86
- lodash/object/mapValues.d.ts +0 -189
- lodash/object/merge.d.ts +0 -156
- lodash/object/mergeWith.d.ts +0 -133
- lodash/object/omit.d.ts +0 -69
- lodash/object/omitBy.d.ts +0 -45
- lodash/object/pick.d.ts +0 -68
- lodash/object/pickBy.d.ts +0 -44
- lodash/object/result.d.ts +0 -39
- lodash/object/set.d.ts +0 -65
- lodash/object/setWith.d.ts +0 -71
- lodash/object/toPairs.d.ts +0 -41
- lodash/object/toPairsIn.d.ts +0 -41
- lodash/object/transform.d.ts +0 -163
- lodash/object/unset.d.ts +0 -32
- lodash/object/update.d.ts +0 -39
- lodash/object/updateWith.d.ts +0 -83
- lodash/object/values.d.ts +0 -56
- lodash/object/valuesIn.d.ts +0 -41
- lodash/seq/chain.d.ts +0 -26
- lodash/seq/prototype.at.d.ts +0 -12
- lodash/seq/prototype.chain.d.ts +0 -26
- lodash/seq/prototype.commit.d.ts +0 -11
- lodash/seq/prototype.plant.d.ts +0 -18
- lodash/seq/prototype.reverse.d.ts +0 -14
- lodash/seq/prototype.toJSON.d.ts +0 -9
- lodash/seq/prototype.toString.d.ts +0 -11
- lodash/seq/prototype.value.d.ts +0 -13
- lodash/seq/prototype.valueOf.d.ts +0 -9
- lodash/seq/tap.d.ts +0 -28
- lodash/seq/thru.d.ts +0 -31
- lodash/string/camelCase.d.ts +0 -26
- lodash/string/capitalize.d.ts +0 -26
- lodash/string/deburr.d.ts +0 -27
- lodash/string/endsWith.d.ts +0 -38
- lodash/string/escape.d.ts +0 -37
- lodash/string/escapeRegExp.d.ts +0 -27
- lodash/string/kebabCase.d.ts +0 -26
- lodash/string/lowerCase.d.ts +0 -26
- lodash/string/lowerFirst.d.ts +0 -26
- lodash/string/pad.d.ts +0 -39
- lodash/string/padEnd.d.ts +0 -39
- lodash/string/padStart.d.ts +0 -39
- lodash/string/parseInt.d.ts +0 -33
- lodash/string/repeat.d.ts +0 -32
- lodash/string/replace.d.ts +0 -59
- lodash/string/snakeCase.d.ts +0 -26
- lodash/string/split.d.ts +0 -56
- lodash/string/startCase.d.ts +0 -26
- lodash/string/startsWith.d.ts +0 -38
- lodash/string/template.d.ts +0 -61
- lodash/string/toLower.d.ts +0 -26
- lodash/string/toUpper.d.ts +0 -26
- lodash/string/trim.d.ts +0 -44
- lodash/string/trimEnd.d.ts +0 -44
- lodash/string/trimStart.d.ts +0 -44
- lodash/string/truncate.d.ts +0 -40
- lodash/string/unescape.d.ts +0 -30
- lodash/string/upperCase.d.ts +0 -26
- lodash/string/upperFirst.d.ts +0 -26
- lodash/string/words.d.ts +0 -44
- lodash/util/attempt.d.ts +0 -27
- lodash/util/bindAll.d.ts +0 -28
- lodash/util/cond.d.ts +0 -33
- lodash/util/conforms.d.ts +0 -28
- lodash/util/constant.d.ts +0 -26
- lodash/util/defaultTo.d.ts +0 -53
- lodash/util/flow.d.ts +0 -171
- lodash/util/flowRight.d.ts +0 -156
- lodash/util/identity.d.ts +0 -31
- lodash/util/iteratee.d.ts +0 -58
- lodash/util/matches.d.ts +0 -36
- lodash/util/matchesProperty.d.ts +0 -59
- lodash/util/method.d.ts +0 -31
- lodash/util/methodOf.d.ts +0 -35
- lodash/util/mixin.d.ts +0 -69
- lodash/util/noConflict.d.ts +0 -25
- lodash/util/noop.d.ts +0 -25
- lodash/util/nthArg.d.ts +0 -26
- lodash/util/over.d.ts +0 -33
- lodash/util/overEvery.d.ts +0 -27
- lodash/util/overSome.d.ts +0 -27
- lodash/util/property.d.ts +0 -26
- lodash/util/propertyOf.d.ts +0 -27
- lodash/util/range.d.ts +0 -56
- lodash/util/rangeRight.d.ts +0 -77
- lodash/util/runInContext.d.ts +0 -19
- lodash/util/stubArray.d.ts +0 -25
- lodash/util/stubFalse.d.ts +0 -25
- lodash/util/stubObject.d.ts +0 -25
- lodash/util/stubString.d.ts +0 -25
- lodash/util/stubTrue.d.ts +0 -25
- lodash/util/times.d.ts +0 -50
- lodash/util/toPath.d.ts +0 -43
- lodash/util/uniqueId.d.ts +0 -26
lodash/object/entriesIn.d.ts
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* @see _.entriesIn
|
|
6
|
-
*/
|
|
7
|
-
entriesIn<T>(object?: Dictionary<T>): Array<[string, T]>;
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @see _.entriesIn
|
|
11
|
-
*/
|
|
12
|
-
entriesIn(object?: object): Array<[string, any]>;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
16
|
-
/**
|
|
17
|
-
* @see _.entriesIn
|
|
18
|
-
*/
|
|
19
|
-
entriesIn<T>(this: LoDashImplicitWrapper<Dictionary<T>>): LoDashImplicitWrapper<Array<[string, T]>>;
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* @see _.entriesIn
|
|
23
|
-
*/
|
|
24
|
-
entriesIn(): LoDashImplicitWrapper<Array<[string, any]>>;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
28
|
-
/**
|
|
29
|
-
* @see _.entriesIn
|
|
30
|
-
*/
|
|
31
|
-
entriesIn<T>(this: LoDashExplicitWrapper<Dictionary<T>>): LoDashExplicitWrapper<Array<[string, T]>>;
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* @see _.entriesIn
|
|
35
|
-
*/
|
|
36
|
-
entriesIn(): LoDashExplicitWrapper<Array<[string, any]>>;
|
|
37
|
-
}
|
|
38
|
-
}
|
lodash/object/extend.d.ts
DELETED
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* @see _.extend
|
|
6
|
-
*/
|
|
7
|
-
extend<TObject, TSource>(
|
|
8
|
-
object: TObject,
|
|
9
|
-
source: TSource
|
|
10
|
-
): TObject & TSource;
|
|
11
|
-
|
|
12
|
-
/**
|
|
13
|
-
* @see _.extend
|
|
14
|
-
*/
|
|
15
|
-
extend<TObject, TSource1, TSource2>(
|
|
16
|
-
object: TObject,
|
|
17
|
-
source1: TSource1,
|
|
18
|
-
source2: TSource2
|
|
19
|
-
): TObject & TSource1 & TSource2;
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* @see _.extend
|
|
23
|
-
*/
|
|
24
|
-
extend<TObject, TSource1, TSource2, TSource3>(
|
|
25
|
-
object: TObject,
|
|
26
|
-
source1: TSource1,
|
|
27
|
-
source2: TSource2,
|
|
28
|
-
source3: TSource3
|
|
29
|
-
): TObject & TSource1 & TSource2 & TSource3;
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* @see _.extend
|
|
33
|
-
*/
|
|
34
|
-
extend<TObject, TSource1, TSource2, TSource3, TSource4>(
|
|
35
|
-
object: TObject,
|
|
36
|
-
source1: TSource1,
|
|
37
|
-
source2: TSource2,
|
|
38
|
-
source3: TSource3,
|
|
39
|
-
source4: TSource4
|
|
40
|
-
): TObject & TSource1 & TSource2 & TSource3 & TSource4;
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* @see _.extend
|
|
44
|
-
*/
|
|
45
|
-
extend<TObject>(object: TObject): TObject;
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* @see _.extend
|
|
49
|
-
*/
|
|
50
|
-
extend<TResult>(
|
|
51
|
-
object: any,
|
|
52
|
-
...otherArgs: any[]
|
|
53
|
-
): TResult;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
57
|
-
/**
|
|
58
|
-
* @see _.extend
|
|
59
|
-
*/
|
|
60
|
-
extend<TSource>(
|
|
61
|
-
source: TSource
|
|
62
|
-
): LoDashImplicitWrapper<TValue & TSource>;
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* @see _.extend
|
|
66
|
-
*/
|
|
67
|
-
extend<TSource1, TSource2>(
|
|
68
|
-
source1: TSource1,
|
|
69
|
-
source2: TSource2
|
|
70
|
-
): LoDashImplicitWrapper<TValue & TSource1 & TSource2>;
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* @see _.extend
|
|
74
|
-
*/
|
|
75
|
-
extend<TSource1, TSource2, TSource3>(
|
|
76
|
-
source1: TSource1,
|
|
77
|
-
source2: TSource2,
|
|
78
|
-
source3: TSource3
|
|
79
|
-
): LoDashImplicitWrapper<TValue & TSource1 & TSource2 & TSource3>;
|
|
80
|
-
|
|
81
|
-
/**
|
|
82
|
-
* @see _.extend
|
|
83
|
-
*/
|
|
84
|
-
extend<TSource1, TSource2, TSource3, TSource4>(
|
|
85
|
-
source1: TSource1,
|
|
86
|
-
source2: TSource2,
|
|
87
|
-
source3: TSource3,
|
|
88
|
-
source4: TSource4
|
|
89
|
-
): LoDashImplicitWrapper<TValue & TSource1 & TSource2 & TSource3 & TSource4>;
|
|
90
|
-
|
|
91
|
-
/**
|
|
92
|
-
* @see _.extend
|
|
93
|
-
*/
|
|
94
|
-
extend(): LoDashImplicitWrapper<TValue>;
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
* @see _.extend
|
|
98
|
-
*/
|
|
99
|
-
extend(...otherArgs: any[]): LoDashImplicitWrapper<any>;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
103
|
-
/**
|
|
104
|
-
* @see _.extend
|
|
105
|
-
*/
|
|
106
|
-
extend<TSource>(
|
|
107
|
-
source: TSource
|
|
108
|
-
): LoDashExplicitWrapper<TValue & TSource>;
|
|
109
|
-
|
|
110
|
-
/**
|
|
111
|
-
* @see _.extend
|
|
112
|
-
*/
|
|
113
|
-
extend<TSource1, TSource2>(
|
|
114
|
-
source1: TSource1,
|
|
115
|
-
source2: TSource2
|
|
116
|
-
): LoDashExplicitWrapper<TValue & TSource1 & TSource2>;
|
|
117
|
-
|
|
118
|
-
/**
|
|
119
|
-
* @see _.extend
|
|
120
|
-
*/
|
|
121
|
-
extend<TSource1, TSource2, TSource3>(
|
|
122
|
-
source1: TSource1,
|
|
123
|
-
source2: TSource2,
|
|
124
|
-
source3: TSource3
|
|
125
|
-
): LoDashExplicitWrapper<TValue & TSource1 & TSource2 & TSource3>;
|
|
126
|
-
|
|
127
|
-
/**
|
|
128
|
-
* @see _.extend
|
|
129
|
-
*/
|
|
130
|
-
extend<TSource1, TSource2, TSource3, TSource4>(
|
|
131
|
-
source1: TSource1,
|
|
132
|
-
source2: TSource2,
|
|
133
|
-
source3: TSource3,
|
|
134
|
-
source4: TSource4
|
|
135
|
-
): LoDashExplicitWrapper<TValue & TSource1 & TSource2 & TSource3 & TSource4>;
|
|
136
|
-
|
|
137
|
-
/**
|
|
138
|
-
* @see _.extend
|
|
139
|
-
*/
|
|
140
|
-
extend(): LoDashExplicitWrapper<TValue>;
|
|
141
|
-
|
|
142
|
-
/**
|
|
143
|
-
* @see _.extend
|
|
144
|
-
*/
|
|
145
|
-
extend(...otherArgs: any[]): LoDashExplicitWrapper<any>;
|
|
146
|
-
}
|
|
147
|
-
}
|
lodash/object/extendWith.d.ts
DELETED
|
@@ -1,159 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* @see _.extendWith
|
|
6
|
-
*/
|
|
7
|
-
extendWith<TObject, TSource>(
|
|
8
|
-
object: TObject,
|
|
9
|
-
source: TSource,
|
|
10
|
-
customizer: AssignCustomizer
|
|
11
|
-
): TObject & TSource;
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* @see _.extendWith
|
|
15
|
-
*/
|
|
16
|
-
extendWith<TObject, TSource1, TSource2>(
|
|
17
|
-
object: TObject,
|
|
18
|
-
source1: TSource1,
|
|
19
|
-
source2: TSource2,
|
|
20
|
-
customizer: AssignCustomizer
|
|
21
|
-
): TObject & TSource1 & TSource2;
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @see _.extendWith
|
|
25
|
-
*/
|
|
26
|
-
extendWith<TObject, TSource1, TSource2, TSource3>(
|
|
27
|
-
object: TObject,
|
|
28
|
-
source1: TSource1,
|
|
29
|
-
source2: TSource2,
|
|
30
|
-
source3: TSource3,
|
|
31
|
-
customizer: AssignCustomizer
|
|
32
|
-
): TObject & TSource1 & TSource2 & TSource3;
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* @see _.extendWith
|
|
36
|
-
*/
|
|
37
|
-
extendWith<TObject, TSource1, TSource2, TSource3, TSource4>(
|
|
38
|
-
object: TObject,
|
|
39
|
-
source1: TSource1,
|
|
40
|
-
source2: TSource2,
|
|
41
|
-
source3: TSource3,
|
|
42
|
-
source4: TSource4,
|
|
43
|
-
customizer: AssignCustomizer
|
|
44
|
-
): TObject & TSource1 & TSource2 & TSource3 & TSource4;
|
|
45
|
-
|
|
46
|
-
/**
|
|
47
|
-
* @see _.extendWith
|
|
48
|
-
*/
|
|
49
|
-
extendWith<TObject>(object: TObject): TObject;
|
|
50
|
-
|
|
51
|
-
/**
|
|
52
|
-
* @see _.extendWith
|
|
53
|
-
*/
|
|
54
|
-
extendWith<TResult>(
|
|
55
|
-
object: any,
|
|
56
|
-
...otherArgs: any[]
|
|
57
|
-
): TResult;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
61
|
-
/**
|
|
62
|
-
* @see _.extendWith
|
|
63
|
-
*/
|
|
64
|
-
extendWith<TSource>(
|
|
65
|
-
source: TSource,
|
|
66
|
-
customizer: AssignCustomizer
|
|
67
|
-
): LoDashImplicitWrapper<TValue & TSource>;
|
|
68
|
-
|
|
69
|
-
/**
|
|
70
|
-
* @see _.extendWith
|
|
71
|
-
*/
|
|
72
|
-
extendWith<TSource1, TSource2>(
|
|
73
|
-
source1: TSource1,
|
|
74
|
-
source2: TSource2,
|
|
75
|
-
customizer: AssignCustomizer
|
|
76
|
-
): LoDashImplicitWrapper<TValue & TSource1 & TSource2>;
|
|
77
|
-
|
|
78
|
-
/**
|
|
79
|
-
* @see _.extendWith
|
|
80
|
-
*/
|
|
81
|
-
extendWith<TSource1, TSource2, TSource3>(
|
|
82
|
-
source1: TSource1,
|
|
83
|
-
source2: TSource2,
|
|
84
|
-
source3: TSource3,
|
|
85
|
-
customizer: AssignCustomizer
|
|
86
|
-
): LoDashImplicitWrapper<TValue & TSource1 & TSource2 & TSource3>;
|
|
87
|
-
|
|
88
|
-
/**
|
|
89
|
-
* @see _.extendWith
|
|
90
|
-
*/
|
|
91
|
-
extendWith<TSource1, TSource2, TSource3, TSource4>(
|
|
92
|
-
source1: TSource1,
|
|
93
|
-
source2: TSource2,
|
|
94
|
-
source3: TSource3,
|
|
95
|
-
source4: TSource4,
|
|
96
|
-
customizer: AssignCustomizer
|
|
97
|
-
): LoDashImplicitWrapper<TValue & TSource1 & TSource2 & TSource3 & TSource4>;
|
|
98
|
-
|
|
99
|
-
/**
|
|
100
|
-
* @see _.extendWith
|
|
101
|
-
*/
|
|
102
|
-
extendWith(): LoDashImplicitWrapper<TValue>;
|
|
103
|
-
|
|
104
|
-
/**
|
|
105
|
-
* @see _.extendWith
|
|
106
|
-
*/
|
|
107
|
-
extendWith(...otherArgs: any[]): LoDashImplicitWrapper<any>;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
111
|
-
/**
|
|
112
|
-
* @see _.extendWith
|
|
113
|
-
*/
|
|
114
|
-
extendWith<TSource>(
|
|
115
|
-
source: TSource,
|
|
116
|
-
customizer: AssignCustomizer
|
|
117
|
-
): LoDashExplicitWrapper<TValue & TSource>;
|
|
118
|
-
|
|
119
|
-
/**
|
|
120
|
-
* @see _.extendWith
|
|
121
|
-
*/
|
|
122
|
-
extendWith<TSource1, TSource2>(
|
|
123
|
-
source1: TSource1,
|
|
124
|
-
source2: TSource2,
|
|
125
|
-
customizer: AssignCustomizer
|
|
126
|
-
): LoDashExplicitWrapper<TValue & TSource1 & TSource2>;
|
|
127
|
-
|
|
128
|
-
/**
|
|
129
|
-
* @see _.extendWith
|
|
130
|
-
*/
|
|
131
|
-
extendWith<TSource1, TSource2, TSource3>(
|
|
132
|
-
source1: TSource1,
|
|
133
|
-
source2: TSource2,
|
|
134
|
-
source3: TSource3,
|
|
135
|
-
customizer: AssignCustomizer
|
|
136
|
-
): LoDashExplicitWrapper<TValue & TSource1 & TSource2 & TSource3>;
|
|
137
|
-
|
|
138
|
-
/**
|
|
139
|
-
* @see _.extendWith
|
|
140
|
-
*/
|
|
141
|
-
extendWith<TSource1, TSource2, TSource3, TSource4>(
|
|
142
|
-
source1: TSource1,
|
|
143
|
-
source2: TSource2,
|
|
144
|
-
source3: TSource3,
|
|
145
|
-
source4: TSource4,
|
|
146
|
-
customizer: AssignCustomizer
|
|
147
|
-
): LoDashExplicitWrapper<TValue & TSource1 & TSource2 & TSource3 & TSource4>;
|
|
148
|
-
|
|
149
|
-
/**
|
|
150
|
-
* @see _.extendWith
|
|
151
|
-
*/
|
|
152
|
-
extendWith(): LoDashExplicitWrapper<TValue>;
|
|
153
|
-
|
|
154
|
-
/**
|
|
155
|
-
* @see _.extendWith
|
|
156
|
-
*/
|
|
157
|
-
extendWith(...otherArgs: any[]): LoDashExplicitWrapper<any>;
|
|
158
|
-
}
|
|
159
|
-
}
|
lodash/object/findKey.d.ts
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* This method is like _.find except that it returns the key of the first element predicate returns truthy for
|
|
6
|
-
* instead of the element itself.
|
|
7
|
-
*
|
|
8
|
-
* If a property name is provided for predicate the created _.property style callback returns the property
|
|
9
|
-
* value of the given element.
|
|
10
|
-
*
|
|
11
|
-
* If a value is also provided for thisArg the created _.matchesProperty style callback returns true for
|
|
12
|
-
* elements that have a matching property value, else false.
|
|
13
|
-
*
|
|
14
|
-
* If an object is provided for predicate the created _.matches style callback returns true for elements that
|
|
15
|
-
* have the properties of the given object, else false.
|
|
16
|
-
*
|
|
17
|
-
* @param object The object to search.
|
|
18
|
-
* @param predicate The function invoked per iteration.
|
|
19
|
-
* @param thisArg The this binding of predicate.
|
|
20
|
-
* @return Returns the key of the matched element, else undefined.
|
|
21
|
-
*/
|
|
22
|
-
findKey<T>(
|
|
23
|
-
object: T | null | undefined,
|
|
24
|
-
predicate?: ObjectIteratee<T>
|
|
25
|
-
): string | undefined;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
29
|
-
/**
|
|
30
|
-
* @see _.findKey
|
|
31
|
-
*/
|
|
32
|
-
findKey<T>(
|
|
33
|
-
this: LoDashImplicitWrapper<T | null | undefined>,
|
|
34
|
-
predicate?: ObjectIteratee<T>
|
|
35
|
-
): string | undefined;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
39
|
-
/**
|
|
40
|
-
* @see _.findKey
|
|
41
|
-
*/
|
|
42
|
-
findKey<T>(
|
|
43
|
-
this: LoDashExplicitWrapper<T | null | undefined>,
|
|
44
|
-
predicate?: ObjectIteratee<T>
|
|
45
|
-
): LoDashExplicitWrapper<string | undefined>;
|
|
46
|
-
}
|
|
47
|
-
}
|
lodash/object/findLastKey.d.ts
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* This method is like _.findKey except that it iterates over elements of a collection in the opposite order.
|
|
6
|
-
*
|
|
7
|
-
* If a property name is provided for predicate the created _.property style callback returns the property
|
|
8
|
-
* value of the given element.
|
|
9
|
-
*
|
|
10
|
-
* If a value is also provided for thisArg the created _.matchesProperty style callback returns true for
|
|
11
|
-
* elements that have a matching property value, else false.
|
|
12
|
-
*
|
|
13
|
-
* If an object is provided for predicate the created _.matches style callback returns true for elements that
|
|
14
|
-
* have the properties of the given object, else false.
|
|
15
|
-
*
|
|
16
|
-
* @param object The object to search.
|
|
17
|
-
* @param predicate The function invoked per iteration.
|
|
18
|
-
* @param thisArg The this binding of predicate.
|
|
19
|
-
* @return Returns the key of the matched element, else undefined.
|
|
20
|
-
*/
|
|
21
|
-
findLastKey<T>(
|
|
22
|
-
object: T | null | undefined,
|
|
23
|
-
predicate?: ObjectIteratee<T>
|
|
24
|
-
): string | undefined;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
28
|
-
/**
|
|
29
|
-
* @see _.findLastKey
|
|
30
|
-
*/
|
|
31
|
-
findLastKey<T>(
|
|
32
|
-
this: LoDashImplicitWrapper<T | null | undefined>,
|
|
33
|
-
predicate?: ObjectIteratee<T>
|
|
34
|
-
): string | undefined;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
38
|
-
/**
|
|
39
|
-
* @see _.findLastKey
|
|
40
|
-
*/
|
|
41
|
-
findLastKey<T>(
|
|
42
|
-
this: LoDashExplicitWrapper<T | null | undefined>,
|
|
43
|
-
predicate?: ObjectIteratee<T>
|
|
44
|
-
): LoDashExplicitWrapper<string | undefined>;
|
|
45
|
-
}
|
|
46
|
-
}
|
lodash/object/forIn.d.ts
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Iterates over own and inherited enumerable properties of an object invoking iteratee for each property. The
|
|
6
|
-
* iteratee is bound to thisArg and invoked with three arguments: (value, key, object). Iteratee functions may
|
|
7
|
-
* exit iteration early by explicitly returning false.
|
|
8
|
-
*
|
|
9
|
-
* @param object The object to iterate over.
|
|
10
|
-
* @param iteratee The function invoked per iteration.
|
|
11
|
-
* @param thisArg The this binding of iteratee.
|
|
12
|
-
* @return Returns object.
|
|
13
|
-
*/
|
|
14
|
-
forIn<T>(
|
|
15
|
-
object: T,
|
|
16
|
-
iteratee?: ObjectIterator<T, any>
|
|
17
|
-
): T;
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* @see _.forIn
|
|
21
|
-
*/
|
|
22
|
-
forIn<T>(
|
|
23
|
-
object: T | null | undefined,
|
|
24
|
-
iteratee?: ObjectIterator<T, any>
|
|
25
|
-
): T | null | undefined;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
interface LoDashWrapper<TValue> {
|
|
29
|
-
/**
|
|
30
|
-
* @see _.forIn
|
|
31
|
-
*/
|
|
32
|
-
forIn<T>(
|
|
33
|
-
this: LoDashWrapper<T | null | undefined>,
|
|
34
|
-
iteratee?: ObjectIterator<T, any>
|
|
35
|
-
): this;
|
|
36
|
-
}
|
|
37
|
-
}
|
lodash/object/forInRight.d.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* This method is like _.forIn except that it iterates over properties of object in the opposite order.
|
|
6
|
-
*
|
|
7
|
-
* @param object The object to iterate over.
|
|
8
|
-
* @param iteratee The function invoked per iteration.
|
|
9
|
-
* @param thisArg The this binding of iteratee.
|
|
10
|
-
* @return Returns object.
|
|
11
|
-
*/
|
|
12
|
-
forInRight<T>(
|
|
13
|
-
object: T,
|
|
14
|
-
iteratee?: ObjectIterator<T, any>
|
|
15
|
-
): T;
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* @see _.forInRight
|
|
19
|
-
*/
|
|
20
|
-
forInRight<T>(
|
|
21
|
-
object: T | null | undefined,
|
|
22
|
-
iteratee?: ObjectIterator<T, any>
|
|
23
|
-
): T | null | undefined;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
interface LoDashWrapper<TValue> {
|
|
27
|
-
/**
|
|
28
|
-
* @see _.forInRight
|
|
29
|
-
*/
|
|
30
|
-
forInRight<T>(
|
|
31
|
-
this: LoDashWrapper<T | null | undefined>,
|
|
32
|
-
iteratee?: ObjectIterator<T, any>
|
|
33
|
-
): this;
|
|
34
|
-
}
|
|
35
|
-
}
|
lodash/object/forOwn.d.ts
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Iterates over own enumerable properties of an object invoking iteratee for each property. The iteratee is
|
|
6
|
-
* bound to thisArg and invoked with three arguments: (value, key, object). Iteratee functions may exit
|
|
7
|
-
* iteration early by explicitly returning false.
|
|
8
|
-
*
|
|
9
|
-
* @param object The object to iterate over.
|
|
10
|
-
* @param iteratee The function invoked per iteration.
|
|
11
|
-
* @param thisArg The this binding of iteratee.
|
|
12
|
-
* @return Returns object.
|
|
13
|
-
*/
|
|
14
|
-
forOwn<T>(
|
|
15
|
-
object: T,
|
|
16
|
-
iteratee?: ObjectIterator<T, any>
|
|
17
|
-
): T;
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* @see _.forOwn
|
|
21
|
-
*/
|
|
22
|
-
forOwn<T>(
|
|
23
|
-
object: T | null | undefined,
|
|
24
|
-
iteratee?: ObjectIterator<T, any>
|
|
25
|
-
): T | null | undefined;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
interface LoDashWrapper<TValue> {
|
|
29
|
-
/**
|
|
30
|
-
* @see _.forOwn
|
|
31
|
-
*/
|
|
32
|
-
forOwn<T>(
|
|
33
|
-
this: LoDashWrapper<T | null | undefined>,
|
|
34
|
-
iteratee?: ObjectIterator<T, any>
|
|
35
|
-
): this;
|
|
36
|
-
}
|
|
37
|
-
}
|
lodash/object/forOwnRight.d.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* This method is like _.forOwn except that it iterates over properties of object in the opposite order.
|
|
6
|
-
*
|
|
7
|
-
* @param object The object to iterate over.
|
|
8
|
-
* @param iteratee The function invoked per iteration.
|
|
9
|
-
* @param thisArg The this binding of iteratee.
|
|
10
|
-
* @return Returns object.
|
|
11
|
-
*/
|
|
12
|
-
forOwnRight<T>(
|
|
13
|
-
object: T,
|
|
14
|
-
iteratee?: ObjectIterator<T, any>
|
|
15
|
-
): T;
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* @see _.forOwnRight
|
|
19
|
-
*/
|
|
20
|
-
forOwnRight<T>(
|
|
21
|
-
object: T | null | undefined,
|
|
22
|
-
iteratee?: ObjectIterator<T, any>
|
|
23
|
-
): T | null | undefined;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
interface LoDashWrapper<TValue> {
|
|
27
|
-
/**
|
|
28
|
-
* @see _.forOwnRight
|
|
29
|
-
*/
|
|
30
|
-
forOwnRight<T>(
|
|
31
|
-
this: LoDashWrapper<T | null | undefined>,
|
|
32
|
-
iteratee?: ObjectIterator<T, any>
|
|
33
|
-
): this;
|
|
34
|
-
}
|
|
35
|
-
}
|
lodash/object/functions.d.ts
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Creates an array of function property names from own enumerable properties
|
|
6
|
-
* of `object`.
|
|
7
|
-
*
|
|
8
|
-
* @category Object
|
|
9
|
-
* @param object The object to inspect.
|
|
10
|
-
* @returns Returns the new array of property names.
|
|
11
|
-
* @example
|
|
12
|
-
*
|
|
13
|
-
* function Foo() {
|
|
14
|
-
* this.a = _.constant('a');
|
|
15
|
-
* this.b = _.constant('b');
|
|
16
|
-
* }
|
|
17
|
-
*
|
|
18
|
-
* Foo.prototype.c = _.constant('c');
|
|
19
|
-
*
|
|
20
|
-
* _.functions(new Foo);
|
|
21
|
-
* // => ['a', 'b']
|
|
22
|
-
*/
|
|
23
|
-
functions(object: any): string[];
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
27
|
-
/**
|
|
28
|
-
* @see _.functions
|
|
29
|
-
*/
|
|
30
|
-
functions(): LoDashImplicitWrapper<string[]>;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
34
|
-
/**
|
|
35
|
-
* @see _.functions
|
|
36
|
-
*/
|
|
37
|
-
functions(): LoDashExplicitWrapper<string[]>;
|
|
38
|
-
}
|
|
39
|
-
}
|
lodash/object/functionsIn.d.ts
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Creates an array of function property names from own and inherited
|
|
6
|
-
* enumerable properties of `object`.
|
|
7
|
-
*
|
|
8
|
-
* @category Object
|
|
9
|
-
* @param object The object to inspect.
|
|
10
|
-
* @returns Returns the new array of property names.
|
|
11
|
-
* @example
|
|
12
|
-
*
|
|
13
|
-
* function Foo() {
|
|
14
|
-
* this.a = _.constant('a');
|
|
15
|
-
* this.b = _.constant('b');
|
|
16
|
-
* }
|
|
17
|
-
*
|
|
18
|
-
* Foo.prototype.c = _.constant('c');
|
|
19
|
-
*
|
|
20
|
-
* _.functionsIn(new Foo);
|
|
21
|
-
* // => ['a', 'b', 'c']
|
|
22
|
-
*/
|
|
23
|
-
functionsIn<T extends {}>(object: any): string[];
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
27
|
-
/**
|
|
28
|
-
* @see _.functionsIn
|
|
29
|
-
*/
|
|
30
|
-
functionsIn(): LoDashImplicitWrapper<string[]>;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
34
|
-
/**
|
|
35
|
-
* @see _.functionsIn
|
|
36
|
-
*/
|
|
37
|
-
functionsIn(): LoDashExplicitWrapper<string[]>;
|
|
38
|
-
}
|
|
39
|
-
}
|