Skip to content

v8.0.2

  • v8.0.2
  • dc7b2cc
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
  • Choose a tag to compare

  • v8.0.2
  • dc7b2cc
  • Choose a tag to compare

  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@matteosacchetto matteosacchetto tagged this 20 Oct 23:17
* 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)
Assets 2
Loading