Gets the elements of the anymap as a dictionary.
Gets all entries of the anymap as [key, value] tuples.
Gets all the keys of the anymap.
Gets all the values of the anymap.
Filters the anymap values that meet the condition specified in a callback function. Deletes the key if all values are filtered.
The filtered anymap.
A function that accepts one argument.
Generated using TypeDoc
A helper class for testing use cases where the value is of type any.