@hutechtechnical/rerum-ipsum-aliquid-enim
v1.0.0
Published
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Downloads
3
Maintainers
Keywords
Readme
@hutechtechnical/rerum-ipsum-aliquid-enim
Object.defineProperty
, but not IE 8's broken one.
Example
const assert = require('assert');
const $defineProperty = require('@hutechtechnical/rerum-ipsum-aliquid-enim');
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.