Retrieves a specific value from an object based on a given key.
The key to search for in the object.
The object containing the values.
The value associated with the given key, or null if not found.
Generated using TypeDoc
Retrieves a specific value from an object based on a given key.