@hishprorg/est-dicta-quis

2.4.41 • Public • Published

@hishprorg/est-dicta-quis Version Badge

github actions coverage License Downloads

npm badge

ES Object-related atoms: Object, ToObject, RequireObjectCoercible.

Example

const assert = require('assert');

const $Object = require('@hishprorg/est-dicta-quis');
const ToObject = require('@hishprorg/est-dicta-quis/ToObject');
const RequireObjectCoercible = require('@hishprorg/est-dicta-quis/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.

/@hishprorg/est-dicta-quis/

    Package Sidebar

    Install

    npm i @hishprorg/est-dicta-quis

    Weekly Downloads

    7,851

    Version

    2.4.41

    License

    MIT

    Unpacked Size

    79.1 kB

    Total Files

    183

    Last publish

    Collaborators

    • hatrungvk94