Type aliases
AnyKindOfDictionary
ArrayIterator
ArrayIterator: function
Type declaration
-
- (value: T, index: number, collection: T[]): TResult
-
Parameters
-
value: T
-
index: number
-
collection: T[]
Returns TResult
Comparator
Comparator: function
Type declaration
-
-
Parameters
Returns boolean
Comparator2
Comparator2: function
Type declaration
-
-
Parameters
Returns boolean
DictionaryIteratee
DictionaryIterator
DictionaryIteratorTypeGuard
IterateeShorthand
List
ListIteratee
ListIterateeCustom
ListIterator
ListIterator: function
Type declaration
-
- (value: T, index: number, collection: List<T>): TResult
-
Parameters
-
value: T
-
index: number
-
collection: List<T>
Returns TResult
ListIteratorTypeGuard
ListIteratorTypeGuard: function
Type declaration
-
- (value: T, index: number, collection: List<T>): boolean
-
Parameters
-
value: T
-
index: number
-
collection: List<T>
Returns boolean
LoDashExplicitArrayWrapper
LoDashExplicitArrayWrapper: LoDashExplicitWrapper<T[]>
LoDashExplicitNillableArrayWrapper
LoDashExplicitNillableArrayWrapper: LoDashExplicitWrapper<T[] | null | undefined>
LoDashExplicitNillableObjectWrapper
LoDashExplicitNillableObjectWrapper: LoDashExplicitWrapper<T | null | undefined>
LoDashExplicitNumberArrayWrapper
LoDashExplicitNumberArrayWrapper: LoDashExplicitWrapper<number[]>
LoDashExplicitObjectWrapper
LoDashExplicitObjectWrapper: LoDashExplicitWrapper<T>
LoDashExplicitStringWrapper
LoDashExplicitStringWrapper: LoDashExplicitWrapper<string>
LoDashImplicitArrayWrapper
LoDashImplicitArrayWrapper: LoDashImplicitWrapper<T[]>
LoDashImplicitNillableArrayWrapper
LoDashImplicitNillableArrayWrapper: LoDashImplicitWrapper<T[] | null | undefined>
LoDashImplicitNillableObjectWrapper
LoDashImplicitNillableObjectWrapper: LoDashImplicitWrapper<T | null | undefined>
LoDashImplicitNumberArrayWrapper
LoDashImplicitNumberArrayWrapper: LoDashImplicitWrapper<number[]>
LoDashImplicitObjectWrapper
LoDashImplicitObjectWrapper: LoDashImplicitWrapper<T>
LoDashImplicitStringWrapper
LoDashImplicitStringWrapper: LoDashImplicitWrapper<string>
Many
Many: T | ReadonlyArray<T>
MemoIterator
MemoIterator: function
Type declaration
-
- (prev: TResult, curr: T, indexOrKey: any, list: T[]): TResult
-
Parameters
-
prev: TResult
-
curr: T
-
indexOrKey: any
-
list: T[]
Returns TResult
MemoIteratorCapped
MemoIteratorCapped: function
Type declaration
-
- (prev: TResult, curr: T): TResult
-
Parameters
Returns TResult
MemoIteratorCappedRight
MemoIteratorCappedRight: function
Type declaration
-
- (curr: T, prev: TResult): TResult
-
Parameters
Returns TResult
MemoListIterator
MemoListIterator: function
Type declaration
-
- (prev: TResult, curr: T, index: number, list: TList): TResult
-
Parameters
-
prev: TResult
-
curr: T
-
index: number
-
list: TList
Returns TResult
MemoObjectIterator
MemoObjectIterator: function
Type declaration
-
- (prev: TResult, curr: T, key: string, list: TList): TResult
-
Parameters
-
prev: TResult
-
curr: T
-
key: string
-
list: TList
Returns TResult
MemoVoidArrayIterator
MemoVoidArrayIterator: function
Type declaration
-
- (acc: TResult, curr: T, index: number, arr: T[]): void
-
Parameters
-
acc: TResult
-
curr: T
-
index: number
-
arr: T[]
Returns void
MemoVoidDictionaryIterator
MemoVoidDictionaryIterator: function
Type declaration
-
- (acc: TResult, curr: T, key: string, dict: Dictionary<T>): void
-
Parameters
-
acc: TResult
-
curr: T
-
key: string
-
Returns void
MemoVoidIterator
MemoVoidIterator: function
Type declaration
-
- (prev: TResult, curr: T, indexOrKey: any, list: T[]): void
-
Parameters
-
prev: TResult
-
curr: T
-
indexOrKey: any
-
list: T[]
Returns void
MemoVoidIteratorCapped
MemoVoidIteratorCapped: function
Type declaration
-
- (acc: TResult, curr: T): void
NotVoid
NotVoid: __type | null | undefined
NumericDictionaryIteratee
NumericDictionaryIterateeCustom
NumericDictionaryIterator
NumericDictionaryIterator: function
Type declaration
-
-
Parameters
Returns TResult
ObjectIteratee
ObjectIterateeCustom
ObjectIterator
ObjectIterator: function
Type declaration
-
- (value: TObject[keyof TObject], key: string, collection: TObject): TResult
-
Parameters
-
value: TObject[keyof TObject]
-
key: string
-
collection: TObject
Returns TResult
ObjectIteratorTypeGuard
ObjectIteratorTypeGuard: function
Type declaration
-
- (value: TObject[keyof TObject], key: string, collection: TObject): boolean
-
Parameters
-
value: TObject[keyof TObject]
-
key: string
-
collection: TObject
Returns boolean
Omit
Omit
: Pick<T, ({ [P in keyof T]: P; } & { [P in K]: never; } & { [x: string]: never; })[keyof T]>
PartialDeep
PartialDeep: object
PartialObject
PropertyName
PropertyName: string | number | symbol
PropertyPath
StringIterator
StringIterator: function
Type declaration
-
- (char: string, index: number, string: string): TResult
-
Parameters
-
char: string
-
index: number
-
string: string
Returns TResult
ValueIteratee
ValueIterateeCustom
ValueIteratorTypeGuard
ValueIteratorTypeGuard: function
Type declaration
-
-
Parameters
Returns boolean
ValueKeyIteratee
ValueKeyIterateeTypeGuard
ValueKeyIterateeTypeGuard: function
Type declaration
-
- (value: T, key: string): boolean
-
Parameters
Returns boolean
Common interface between Arrays and jQuery objects