@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/lang/eq.d.ts
DELETED
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Performs a [`SameValueZero`](http://ecma-international.org/ecma-262/6.0/#sec-samevaluezero)
|
|
6
|
-
* comparison between two values to determine if they are equivalent.
|
|
7
|
-
*
|
|
8
|
-
* @category Lang
|
|
9
|
-
* @param value The value to compare.
|
|
10
|
-
* @param other The other value to compare.
|
|
11
|
-
* @returns Returns `true` if the values are equivalent, else `false`.
|
|
12
|
-
* @example
|
|
13
|
-
*
|
|
14
|
-
* var object = { 'user': 'fred' };
|
|
15
|
-
* var other = { 'user': 'fred' };
|
|
16
|
-
*
|
|
17
|
-
* _.eq(object, object);
|
|
18
|
-
* // => true
|
|
19
|
-
*
|
|
20
|
-
* _.eq(object, other);
|
|
21
|
-
* // => false
|
|
22
|
-
*
|
|
23
|
-
* _.eq('a', 'a');
|
|
24
|
-
* // => true
|
|
25
|
-
*
|
|
26
|
-
* _.eq('a', Object('a'));
|
|
27
|
-
* // => false
|
|
28
|
-
*
|
|
29
|
-
* _.eq(NaN, NaN);
|
|
30
|
-
* // => true
|
|
31
|
-
*/
|
|
32
|
-
eq(
|
|
33
|
-
value: any,
|
|
34
|
-
other: any
|
|
35
|
-
): boolean;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
39
|
-
/**
|
|
40
|
-
* @see _.eq
|
|
41
|
-
*/
|
|
42
|
-
eq(
|
|
43
|
-
other: any
|
|
44
|
-
): boolean;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
48
|
-
/**
|
|
49
|
-
* @see _.eq
|
|
50
|
-
*/
|
|
51
|
-
eq(
|
|
52
|
-
other: any
|
|
53
|
-
): LoDashExplicitWrapper<boolean>;
|
|
54
|
-
}
|
|
55
|
-
}
|
lodash/lang/gt.d.ts
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Checks if value is greater than other.
|
|
6
|
-
*
|
|
7
|
-
* @param value The value to compare.
|
|
8
|
-
* @param other The other value to compare.
|
|
9
|
-
* @return Returns true if value is greater than other, else false.
|
|
10
|
-
*/
|
|
11
|
-
gt(
|
|
12
|
-
value: any,
|
|
13
|
-
other: any
|
|
14
|
-
): boolean;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
18
|
-
/**
|
|
19
|
-
* @see _.gt
|
|
20
|
-
*/
|
|
21
|
-
gt(other: any): boolean;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
25
|
-
/**
|
|
26
|
-
* @see _.gt
|
|
27
|
-
*/
|
|
28
|
-
gt(other: any): LoDashExplicitWrapper<boolean>;
|
|
29
|
-
}
|
|
30
|
-
}
|
lodash/lang/gte.d.ts
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Checks if value is greater than or equal to other.
|
|
6
|
-
*
|
|
7
|
-
* @param value The value to compare.
|
|
8
|
-
* @param other The other value to compare.
|
|
9
|
-
* @return Returns true if value is greater than or equal to other, else false.
|
|
10
|
-
*/
|
|
11
|
-
gte(
|
|
12
|
-
value: any,
|
|
13
|
-
other: any
|
|
14
|
-
): boolean;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
18
|
-
/**
|
|
19
|
-
* @see _.gte
|
|
20
|
-
*/
|
|
21
|
-
gte(other: any): boolean;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
25
|
-
/**
|
|
26
|
-
* @see _.gte
|
|
27
|
-
*/
|
|
28
|
-
gte(other: any): LoDashExplicitWrapper<boolean>;
|
|
29
|
-
}
|
|
30
|
-
}
|
lodash/lang/isArguments.d.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Checks if value is classified as an arguments object.
|
|
6
|
-
*
|
|
7
|
-
* @param value The value to check.
|
|
8
|
-
* @return Returns true if value is correctly classified, else false.
|
|
9
|
-
*/
|
|
10
|
-
isArguments(value?: any): value is IArguments;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
14
|
-
/**
|
|
15
|
-
* @see _.isArguments
|
|
16
|
-
*/
|
|
17
|
-
isArguments(): boolean;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
21
|
-
/**
|
|
22
|
-
* @see _.isArguments
|
|
23
|
-
*/
|
|
24
|
-
isArguments(): LoDashExplicitWrapper<boolean>;
|
|
25
|
-
}
|
|
26
|
-
}
|
lodash/lang/isArray.d.ts
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Checks if value is classified as an Array object.
|
|
6
|
-
* @param value The value to check.
|
|
7
|
-
*
|
|
8
|
-
* @return Returns true if value is correctly classified, else false.
|
|
9
|
-
*/
|
|
10
|
-
isArray(value?: any): value is any[];
|
|
11
|
-
|
|
12
|
-
/**
|
|
13
|
-
* DEPRECATED
|
|
14
|
-
*/
|
|
15
|
-
isArray<T>(value?: any): value is any[];
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
19
|
-
/**
|
|
20
|
-
* @see _.isArray
|
|
21
|
-
*/
|
|
22
|
-
isArray(): boolean;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
26
|
-
/**
|
|
27
|
-
* @see _.isArray
|
|
28
|
-
*/
|
|
29
|
-
isArray(): LoDashExplicitWrapper<boolean>;
|
|
30
|
-
}
|
|
31
|
-
}
|
lodash/lang/isArrayBuffer.d.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Checks if value is classified as an ArrayBuffer object.
|
|
6
|
-
*
|
|
7
|
-
* @param value The value to check.
|
|
8
|
-
* @return Returns true if value is correctly classified, else false.
|
|
9
|
-
*/
|
|
10
|
-
isArrayBuffer(value?: any): value is ArrayBuffer;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
14
|
-
/**
|
|
15
|
-
* @see _.isArrayBuffer
|
|
16
|
-
*/
|
|
17
|
-
isArrayBuffer(): boolean;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
21
|
-
/**
|
|
22
|
-
* @see _.isArrayBuffer
|
|
23
|
-
*/
|
|
24
|
-
isArrayBuffer(): LoDashExplicitWrapper<boolean>;
|
|
25
|
-
}
|
|
26
|
-
}
|
lodash/lang/isArrayLike.d.ts
DELETED
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Checks if `value` is array-like. A value is considered array-like if it's
|
|
6
|
-
* not a function and has a `value.length` that's an integer greater than or
|
|
7
|
-
* equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.
|
|
8
|
-
*
|
|
9
|
-
* @category Lang
|
|
10
|
-
* @param value The value to check.
|
|
11
|
-
* @returns Returns `true` if `value` is array-like, else `false`.
|
|
12
|
-
* @example
|
|
13
|
-
*
|
|
14
|
-
* _.isArrayLike([1, 2, 3]);
|
|
15
|
-
* // => true
|
|
16
|
-
*
|
|
17
|
-
* _.isArrayLike(document.body.children);
|
|
18
|
-
* // => true
|
|
19
|
-
*
|
|
20
|
-
* _.isArrayLike('abc');
|
|
21
|
-
* // => true
|
|
22
|
-
*
|
|
23
|
-
* _.isArrayLike(_.noop);
|
|
24
|
-
* // => false
|
|
25
|
-
*/
|
|
26
|
-
isArrayLike<T>(value: T & string & number): boolean; // should only match if T = any
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* @see _.isArrayLike
|
|
30
|
-
*/
|
|
31
|
-
isArrayLike(value: ((...args: any[]) => any) | null | undefined): value is never;
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* @see _.isArrayLike
|
|
35
|
-
*/
|
|
36
|
-
isArrayLike(value: any): value is { length: number };
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
40
|
-
/**
|
|
41
|
-
* @see _.isArrayLike
|
|
42
|
-
*/
|
|
43
|
-
isArrayLike(): boolean;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
47
|
-
/**
|
|
48
|
-
* @see _.isArrayLike
|
|
49
|
-
*/
|
|
50
|
-
isArrayLike(): LoDashExplicitWrapper<boolean>;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* This method is like `_.isArrayLike` except that it also checks if `value`
|
|
6
|
-
* is an object.
|
|
7
|
-
*
|
|
8
|
-
* @category Lang
|
|
9
|
-
* @param value The value to check.
|
|
10
|
-
* @returns Returns `true` if `value` is an array-like object, else `false`.
|
|
11
|
-
* @example
|
|
12
|
-
*
|
|
13
|
-
* _.isArrayLikeObject([1, 2, 3]);
|
|
14
|
-
* // => true
|
|
15
|
-
*
|
|
16
|
-
* _.isArrayLikeObject(document.body.children);
|
|
17
|
-
* // => true
|
|
18
|
-
*
|
|
19
|
-
* _.isArrayLikeObject('abc');
|
|
20
|
-
* // => false
|
|
21
|
-
*
|
|
22
|
-
* _.isArrayLikeObject(_.noop);
|
|
23
|
-
* // => false
|
|
24
|
-
*/
|
|
25
|
-
isArrayLikeObject<T>(value: T & string & number): boolean; // should only match if T = any
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* @see _.isArrayLike
|
|
29
|
-
*/
|
|
30
|
-
// tslint:disable-next-line:ban-types (type guard doesn't seem to work correctly without the Function type)
|
|
31
|
-
isArrayLikeObject(value: ((...args: any[]) => any) | Function | string | boolean | number | null | undefined): value is never;
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* @see _.isArrayLike
|
|
35
|
-
*/
|
|
36
|
-
// tslint:disable-next-line:ban-types (type guard doesn't seem to work correctly without the Function type)
|
|
37
|
-
isArrayLikeObject<T extends object>(value: T | ((...args: any[]) => any) | Function | string | boolean | number | null | undefined): value is T & { length: number };
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
41
|
-
/**
|
|
42
|
-
* @see _.isArrayLikeObject
|
|
43
|
-
*/
|
|
44
|
-
isArrayLikeObject(): boolean;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
48
|
-
/**
|
|
49
|
-
* @see _.isArrayLikeObject
|
|
50
|
-
*/
|
|
51
|
-
isArrayLikeObject(): LoDashExplicitWrapper<boolean>;
|
|
52
|
-
}
|
|
53
|
-
}
|
lodash/lang/isBoolean.d.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Checks if value is classified as a boolean primitive or object.
|
|
6
|
-
*
|
|
7
|
-
* @param value The value to check.
|
|
8
|
-
* @return Returns true if value is correctly classified, else false.
|
|
9
|
-
*/
|
|
10
|
-
isBoolean(value?: any): value is boolean;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
14
|
-
/**
|
|
15
|
-
* @see _.isBoolean
|
|
16
|
-
*/
|
|
17
|
-
isBoolean(): boolean;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
21
|
-
/**
|
|
22
|
-
* @see _.isBoolean
|
|
23
|
-
*/
|
|
24
|
-
isBoolean(): LoDashExplicitWrapper<boolean>;
|
|
25
|
-
}
|
|
26
|
-
}
|
lodash/lang/isBuffer.d.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Checks if value is a buffer.
|
|
6
|
-
*
|
|
7
|
-
* @param value The value to check.
|
|
8
|
-
* @return Returns true if value is a buffer, else false.
|
|
9
|
-
*/
|
|
10
|
-
isBuffer(value?: any): boolean;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
14
|
-
/**
|
|
15
|
-
* @see _.isBuffer
|
|
16
|
-
*/
|
|
17
|
-
isBuffer(): boolean;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
21
|
-
/**
|
|
22
|
-
* @see _.isBuffer
|
|
23
|
-
*/
|
|
24
|
-
isBuffer(): LoDashExplicitWrapper<boolean>;
|
|
25
|
-
}
|
|
26
|
-
}
|
lodash/lang/isDate.d.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Checks if value is classified as a Date object.
|
|
6
|
-
* @param value The value to check.
|
|
7
|
-
*
|
|
8
|
-
* @return Returns true if value is correctly classified, else false.
|
|
9
|
-
*/
|
|
10
|
-
isDate(value?: any): value is Date;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
14
|
-
/**
|
|
15
|
-
* @see _.isDate
|
|
16
|
-
*/
|
|
17
|
-
isDate(): boolean;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
21
|
-
/**
|
|
22
|
-
* @see _.isDate
|
|
23
|
-
*/
|
|
24
|
-
isDate(): LoDashExplicitWrapper<boolean>;
|
|
25
|
-
}
|
|
26
|
-
}
|
lodash/lang/isElement.d.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Checks if value is a DOM element.
|
|
6
|
-
*
|
|
7
|
-
* @param value The value to check.
|
|
8
|
-
* @return Returns true if value is a DOM element, else false.
|
|
9
|
-
*/
|
|
10
|
-
isElement(value?: any): boolean;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
14
|
-
/**
|
|
15
|
-
* @see _.isElement
|
|
16
|
-
*/
|
|
17
|
-
isElement(): boolean;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
21
|
-
/**
|
|
22
|
-
* @see _.isElement
|
|
23
|
-
*/
|
|
24
|
-
isElement(): LoDashExplicitWrapper<boolean>;
|
|
25
|
-
}
|
|
26
|
-
}
|
lodash/lang/isEmpty.d.ts
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Checks if value is empty. A value is considered empty unless it’s an arguments object, array, string, or
|
|
6
|
-
* jQuery-like collection with a length greater than 0 or an object with own enumerable properties.
|
|
7
|
-
*
|
|
8
|
-
* @param value The value to inspect.
|
|
9
|
-
* @return Returns true if value is empty, else false.
|
|
10
|
-
*/
|
|
11
|
-
isEmpty(value?: any): boolean;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
15
|
-
/**
|
|
16
|
-
* @see _.isEmpty
|
|
17
|
-
*/
|
|
18
|
-
isEmpty(): boolean;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
22
|
-
/**
|
|
23
|
-
* @see _.isEmpty
|
|
24
|
-
*/
|
|
25
|
-
isEmpty(): LoDashExplicitWrapper<boolean>;
|
|
26
|
-
}
|
|
27
|
-
}
|
lodash/lang/isEqual.d.ts
DELETED
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Performs a deep comparison between two values to determine if they are
|
|
6
|
-
* equivalent.
|
|
7
|
-
*
|
|
8
|
-
* **Note:** This method supports comparing arrays, array buffers, booleans,
|
|
9
|
-
* date objects, error objects, maps, numbers, `Object` objects, regexes,
|
|
10
|
-
* sets, strings, symbols, and typed arrays. `Object` objects are compared
|
|
11
|
-
* by their own, not inherited, enumerable properties. Functions and DOM
|
|
12
|
-
* nodes are **not** supported.
|
|
13
|
-
*
|
|
14
|
-
* @category Lang
|
|
15
|
-
* @param value The value to compare.
|
|
16
|
-
* @param other The other value to compare.
|
|
17
|
-
* @returns Returns `true` if the values are equivalent, else `false`.
|
|
18
|
-
* @example
|
|
19
|
-
*
|
|
20
|
-
* var object = { 'user': 'fred' };
|
|
21
|
-
* var other = { 'user': 'fred' };
|
|
22
|
-
*
|
|
23
|
-
* _.isEqual(object, other);
|
|
24
|
-
* // => true
|
|
25
|
-
*
|
|
26
|
-
* object === other;
|
|
27
|
-
* // => false
|
|
28
|
-
*/
|
|
29
|
-
isEqual(
|
|
30
|
-
value: any,
|
|
31
|
-
other: any
|
|
32
|
-
): boolean;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
36
|
-
/**
|
|
37
|
-
* @see _.isEqual
|
|
38
|
-
*/
|
|
39
|
-
isEqual(
|
|
40
|
-
other: any
|
|
41
|
-
): boolean;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
45
|
-
/**
|
|
46
|
-
* @see _.isEqual
|
|
47
|
-
*/
|
|
48
|
-
isEqual(
|
|
49
|
-
other: any
|
|
50
|
-
): LoDashExplicitWrapper<boolean>;
|
|
51
|
-
}
|
|
52
|
-
}
|
lodash/lang/isEqualWith.d.ts
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
type IsEqualCustomizer = (value: any, other: any, indexOrKey: PropertyName | undefined, parent: any, otherParent: any, stack: any) => boolean|undefined;
|
|
4
|
-
|
|
5
|
-
interface LoDashStatic {
|
|
6
|
-
/**
|
|
7
|
-
* This method is like `_.isEqual` except that it accepts `customizer` which is
|
|
8
|
-
* invoked to compare values. If `customizer` returns `undefined` comparisons are
|
|
9
|
-
* handled by the method instead. The `customizer` is invoked with up to seven arguments:
|
|
10
|
-
* (objValue, othValue [, index|key, object, other, stack]).
|
|
11
|
-
*
|
|
12
|
-
* @category Lang
|
|
13
|
-
* @param value The value to compare.
|
|
14
|
-
* @param other The other value to compare.
|
|
15
|
-
* @param [customizer] The function to customize comparisons.
|
|
16
|
-
* @returns Returns `true` if the values are equivalent, else `false`.
|
|
17
|
-
* @example
|
|
18
|
-
*
|
|
19
|
-
* function isGreeting(value) {
|
|
20
|
-
* return /^h(?:i|ello)$/.test(value);
|
|
21
|
-
* }
|
|
22
|
-
*
|
|
23
|
-
* function customizer(objValue, othValue) {
|
|
24
|
-
* if (isGreeting(objValue) && isGreeting(othValue)) {
|
|
25
|
-
* return true;
|
|
26
|
-
* }
|
|
27
|
-
* }
|
|
28
|
-
*
|
|
29
|
-
* var array = ['hello', 'goodbye'];
|
|
30
|
-
* var other = ['hi', 'goodbye'];
|
|
31
|
-
*
|
|
32
|
-
* _.isEqualWith(array, other, customizer);
|
|
33
|
-
* // => true
|
|
34
|
-
*/
|
|
35
|
-
isEqualWith(
|
|
36
|
-
value: any,
|
|
37
|
-
other: any,
|
|
38
|
-
customizer?: IsEqualCustomizer
|
|
39
|
-
): boolean;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
43
|
-
/**
|
|
44
|
-
* @see _.isEqualWith
|
|
45
|
-
*/
|
|
46
|
-
isEqualWith(
|
|
47
|
-
other: any,
|
|
48
|
-
customizer?: IsEqualCustomizer
|
|
49
|
-
): boolean;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
53
|
-
/**
|
|
54
|
-
* @see _.isEqualWith
|
|
55
|
-
*/
|
|
56
|
-
isEqualWith(
|
|
57
|
-
other: any,
|
|
58
|
-
customizer?: IsEqualCustomizer
|
|
59
|
-
): LoDashExplicitWrapper<boolean>;
|
|
60
|
-
}
|
|
61
|
-
}
|
lodash/lang/isError.d.ts
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Checks if value is an Error, EvalError, RangeError, ReferenceError, SyntaxError, TypeError, or URIError
|
|
6
|
-
* object.
|
|
7
|
-
*
|
|
8
|
-
* @param value The value to check.
|
|
9
|
-
* @return Returns true if value is an error object, else false.
|
|
10
|
-
*/
|
|
11
|
-
isError(value: any): value is Error;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
15
|
-
/**
|
|
16
|
-
* @see _.isError
|
|
17
|
-
*/
|
|
18
|
-
isError(): boolean;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
22
|
-
/**
|
|
23
|
-
* @see _.isError
|
|
24
|
-
*/
|
|
25
|
-
isError(): LoDashExplicitWrapper<boolean>;
|
|
26
|
-
}
|
|
27
|
-
}
|
lodash/lang/isFinite.d.ts
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Checks if value is a finite primitive number.
|
|
6
|
-
*
|
|
7
|
-
* Note: This method is based on Number.isFinite.
|
|
8
|
-
*
|
|
9
|
-
* @param value The value to check.
|
|
10
|
-
* @return Returns true if value is a finite number, else false.
|
|
11
|
-
*/
|
|
12
|
-
isFinite(value?: any): boolean;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
16
|
-
/**
|
|
17
|
-
* @see _.isFinite
|
|
18
|
-
*/
|
|
19
|
-
isFinite(): boolean;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
23
|
-
/**
|
|
24
|
-
* @see _.isFinite
|
|
25
|
-
*/
|
|
26
|
-
isFinite(): LoDashExplicitWrapper<boolean>;
|
|
27
|
-
}
|
|
28
|
-
}
|
lodash/lang/isFunction.d.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Checks if value is a callable function.
|
|
6
|
-
*
|
|
7
|
-
* @param value The value to check.
|
|
8
|
-
* @return Returns true if value is correctly classified, else false.
|
|
9
|
-
*/
|
|
10
|
-
isFunction(value: any): value is (...args: any[]) => any;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
14
|
-
/**
|
|
15
|
-
* @see _.isFunction
|
|
16
|
-
*/
|
|
17
|
-
isFunction(): boolean;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
21
|
-
/**
|
|
22
|
-
* @see _.isFunction
|
|
23
|
-
*/
|
|
24
|
-
isFunction(): LoDashExplicitWrapper<boolean>;
|
|
25
|
-
}
|
|
26
|
-
}
|
lodash/lang/isInteger.d.ts
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import * as _ from "../index";
|
|
2
|
-
declare module "../index" {
|
|
3
|
-
interface LoDashStatic {
|
|
4
|
-
/**
|
|
5
|
-
* Checks if `value` is an integer.
|
|
6
|
-
*
|
|
7
|
-
* **Note:** This method is based on [`Number.isInteger`](https://mdn.io/Number/isInteger).
|
|
8
|
-
*
|
|
9
|
-
* @category Lang
|
|
10
|
-
* @param value The value to check.
|
|
11
|
-
* @returns Returns `true` if `value` is an integer, else `false`.
|
|
12
|
-
* @example
|
|
13
|
-
*
|
|
14
|
-
* _.isInteger(3);
|
|
15
|
-
* // => true
|
|
16
|
-
*
|
|
17
|
-
* _.isInteger(Number.MIN_VALUE);
|
|
18
|
-
* // => false
|
|
19
|
-
*
|
|
20
|
-
* _.isInteger(Infinity);
|
|
21
|
-
* // => false
|
|
22
|
-
*
|
|
23
|
-
* _.isInteger('3');
|
|
24
|
-
* // => false
|
|
25
|
-
*/
|
|
26
|
-
isInteger(value?: any): boolean;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
interface LoDashImplicitWrapper<TValue> {
|
|
30
|
-
/**
|
|
31
|
-
* @see _.isInteger
|
|
32
|
-
*/
|
|
33
|
-
isInteger(): boolean;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
interface LoDashExplicitWrapper<TValue> {
|
|
37
|
-
/**
|
|
38
|
-
* @see _.isInteger
|
|
39
|
-
*/
|
|
40
|
-
isInteger(): LoDashExplicitWrapper<boolean>;
|
|
41
|
-
}
|
|
42
|
-
}
|