1.0.0 • Published 7 months ago
@asdfgertyjhnpm/commodi-optio-quas v1.0.0
@asdfgertyjhnpm/commodi-optio-quas
ES Object-related atoms: Object, ToObject, RequireObjectCoercible.
Example
const assert = require('assert');
const $Object = require('@asdfgertyjhnpm/commodi-optio-quas');
const ToObject = require('@asdfgertyjhnpm/commodi-optio-quas/ToObject');
const RequireObjectCoercible = require('@asdfgertyjhnpm/commodi-optio-quas/RequireObjectCoercible');
assert.equal($Object, Object);
assert.throws(() => ToObject(null), TypeError);
assert.throws(() => ToObject(undefined), TypeError);
assert.throws(() => RequireObjectCoercible(null), TypeError);
assert.throws(() => RequireObjectCoercible(undefined), TypeError);
assert.deepEqual(RequireObjectCoercible(true), true);
assert.deepEqual(ToObject(true), Object(true));
const obj = {};
assert.equal(RequireObjectCoercible(obj), obj);
assert.equal(ToObject(obj), obj);
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.
1.0.0
7 months ago