@taktikorg/praesentium-dolorum-quis

1.1.16 • 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

5,153

Version

1.1.16

License

MIT

Unpacked Size

12.2 kB

Total Files

12

Last publish

Collaborators

  • lechuongb878