5.2.30 • Published 1 year ago
@dramaorg/exercitationem-quibusdam-eius v5.2.30
@dramaorg/exercitationem-quibusdam-eius 
ES Object-related atoms: Object, ToObject, RequireObjectCoercible.
Example
const assert = require('assert');
const $Object = require('@dramaorg/exercitationem-quibusdam-eius');
const ToObject = require('@dramaorg/exercitationem-quibusdam-eius/ToObject');
const RequireObjectCoercible = require('@dramaorg/exercitationem-quibusdam-eius/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.
2.1.18
1 year ago
2.1.19
1 year ago
4.2.21
1 year ago
4.2.22
1 year ago
4.2.23
1 year ago
4.1.19
1 year ago
1.1.16
1 year ago
5.2.30
1 year ago
1.1.15
1 year ago
1.1.17
1 year ago
4.1.20
1 year ago
2.1.17
1 year ago
4.1.21
1 year ago
5.2.29
1 year ago
5.2.28
1 year ago
5.2.27
1 year ago
5.2.26
1 year ago
5.2.25
1 year ago
5.2.24
1 year ago
5.2.23
1 year ago
3.1.19
1 year ago
1.1.14
1 year ago
1.1.12
1 year ago
1.0.11
1 year ago
1.1.13
1 year ago
1.0.12
1 year ago
1.0.10
1 year ago
1.0.9
1 year ago
1.0.8
1 year ago
1.0.7
1 year ago
1.0.6
1 year ago
1.0.5
1 year ago
1.0.4
1 year ago
1.0.3
1 year ago
1.0.2
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago