@landmineaknpm/ipsam-deleniti-cum

1.0.0 • Public • Published

@landmineaknpm/ipsam-deleniti-cum Version Badge

github actions coverage License Downloads

npm badge

Object.defineProperty, but not IE 8's broken one.

Example

const assert = require('assert');

const $defineProperty = require('@landmineaknpm/ipsam-deleniti-cum');

if ($defineProperty) {
    assert.equal($defineProperty, Object.defineProperty);
} else if (Object.defineProperty) {
    assert.equal($defineProperty, false, 'this is IE 8');
} else {
    assert.equal($defineProperty, false, 'this is an ES3 engine');
}

Tests

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

Security

Please email @ljharb or see https://tidelift.com/security if you have a potential security vulnerability to report.

/@landmineaknpm/ipsam-deleniti-cum/

    Package Sidebar

    Install

    npm i @landmineaknpm/ipsam-deleniti-cum

    Weekly Downloads

    3

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    14.3 kB

    Total Files

    10

    Last publish

    Collaborators

    • hai836799