v8.0.2
* fix: address pick issue when key not in object * fix: restrict T to a generic object and use .hasOwnProperty() restrict the type of T to be Record<string, unknown> (thus, a generic object) and use the .hasOwnProperty() method to check if key is in obj * test: add test for missing key and undefined property * chore: bump version to 8.0.2 (patch)