@dionya_z/deep-search
Takes keyword and array and returns a filtered array using deep search through infinite nesting.
Takes keyword and array and returns a filtered array using deep search through infinite nesting.
Check if all values in array are truthy, like all().
Get indices of all values in iterable that satisfy the test, like Array.findIndex().
Delete specified keys from map.
Finds keys of entries passing a test.
Finds keys with given value.
Finds keys with given value.
Get keys of all values in entries that satisfy the test, like Array.findIndex().
Check if all values in iterable are truthy, like all().
Add specified values to set.
Check if all values in set are truthy, like all().
Delete specified values from set.
Finds values of entries passing a test.
Gets values at keys.
Gets values at keys.
Get indices of all values in lists that satisfy the test, like Array.findIndex().
Set specified entries to map.
Delete specified keys from map.