@taktikorg/praesentium-dolorum-quis

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

/@taktikorg/praesentium-dolorum-quis/

    Package Sidebar

    Install

    npm i @taktikorg/praesentium-dolorum-quis

    Weekly Downloads

    1,842

    Version

    3.7.120

    License

    MIT

    Unpacked Size

    203 kB

    Total Files

    558

    Last publish

    Collaborators

    • lechuongb878