References
summary | ||
public |
F accessDeep(path: array, obj: object): null | any Safely access deeply nested values in an object. |
|
public |
F arrayChunks(arr: array, len: number): array Group an array's values into subgroups. |
|
public |
Quickly call a function or fail gracefully if it does not exist. |
|
public |
The mapObj() method creates a new array with the results of calling a provided function on every element in the calling object. |
|
public |
Deeply nest and set a value in an object. |