JSPM

ts-has-own-property

1.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q31848F
  • License MIT

Fix for Object.hasOwnProperty, which normally just returns a boolean, which is not good when you care about strong typing

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.

alt Version alt License: MIT alt Twitter: twitter.com/WojtasinskiPawe

usage-example-1

Documentation

Usage

Install

npm i ts-has-own-property

or

yarn add ts-has-own-property

Simple function example

simple-function-example

Authors

👤 Paweł Wojtasiński

🤝 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!

PixelShiba