Package Exports
- ts-has-own-property
- ts-has-own-property/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ts-has-own-property) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Welcome to ts-has-own-property 👋
Fix for Object.hasOwnProperty, which normally just returns a boolean, which is not good when you care about strong typing.

Documentation
Usage
Install
npm i ts-has-own-property
or
yarn add ts-has-own-property
Simple function example

Authors
👤 Paweł Wojtasiński
Github: @playerony
LinkedIn: @pwojtasinski
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Show your support
Give a ⭐️ if this project helped you!