Skip to content
This repository was archived by the owner on Sep 11, 2026. It is now read-only.

3.5.0

Choose a tag to compare

@github-actions github-actions released this 16 Feb 13:10
· 165 commits to main since this release
b5d1a6f

Changed

  • Improve the hasProperty function (#79, #80)
    • This function now acts as a type guard, informing TypeScript that the property exists.
    • The function is now compatible with more types of objects, such as Errors and class instances.