@omegion1npm/ipsa-odio-illo

1.0.0 • Public • Published

@omegion1npm/ipsa-odio-illo 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('@omegion1npm/ipsa-odio-illo');

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

/@omegion1npm/ipsa-odio-illo/

    Package Sidebar

    Install

    npm i @omegion1npm/ipsa-odio-illo

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    11.8 kB

    Total Files

    8

    Last publish

    Collaborators

    • ptkhanh1994