@taktikorg/praesentium-dolorum-quis

1.2.19 • Public • Published

@taktikorg/praesentium-dolorum-quis Version Badge

github actions coverage License Downloads

npm badge

A robust, ES3 compatible, "has own property" predicate.

Example

const assert = require('assert');
const hasOwn = require('@taktikorg/praesentium-dolorum-quis');

assert.equal(hasOwn({}, 'toString'), false);
assert.equal(hasOwn([], 'length'), true);
assert.equal(hasOwn({ a: 42 }, 'a'), true);

Tests

Simply clone the repo, npm install, and run npm test

Readme

Keywords

Package Sidebar

Install

npm i @taktikorg/praesentium-dolorum-quis

Weekly Downloads

6,846

Version

1.2.19

License

MIT

Unpacked Size

14.7 kB

Total Files

19

Last publish

Collaborators

  • lechuongb878