1.0.0 • Published 23 days ago

@zibuthe7j11/aliquid-consequuntur-cumque v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
23 days ago

@zibuthe7j11/aliquid-consequuntur-cumque Version Badge

github actions coverage License Downloads

npm badge

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

Example

const assert = require('assert');

const $Object = require('@zibuthe7j11/aliquid-consequuntur-cumque');
const ToObject = require('@zibuthe7j11/aliquid-consequuntur-cumque/ToObject');
const RequireObjectCoercible = require('@zibuthe7j11/aliquid-consequuntur-cumque/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.

arktypeloggersortedappcollection.es6validatormimetypesponyfillsiginttestserializercss-in-jsisConcatSpreadableclientFunction.prototype.namefast-deep-copyasyncregular expressionutilnpmArray.prototype.flatMapcheckstyleguideless csses5processlogshellflatuninstalljoiformatcorsrobust3dECMAScript 2021queryparserbootstrap lessslotcurriedemojiextendwalkingminimalgdprES6ES2017HyBifilebrowserlistzodPushlazyrequirefast-deep-clonereact posewebsitelooktoolsobjfindimmerchromegetbuffer_.extendqueuebundlerhasOwnenvironmentstringifierxhrintrinsiclimitedawaitbannerdatereact-testing-libraryUint32Arraytoolkitwindowswalksymbolslinkes7package.jsonxtermECMAScript 2017tslibserializees2015optimistl10nInt16ArrayencryptionrandombddassertskeyperformanceES3airbnbmkdirpURLSearchParamsmulti-packageES2020getintrinsiccensorequalitynamethroati18nconcurrencycodescommand-lineterminalfixed-widthratelimitcjkes8pluginarraybufferbyteOffsetreact animationdeterministichandlerses2018AsyncIteratorfetchsameValueZerofantasy-landcode pointsduplexfull-widthautoprefixercomputed-typesmacosArray.prototype.findLastIndexbootstrap cssSymbolArray.prototype.includespyyamlstablesettingsregular expressionsObject.assignpackagejsdiffeventDispatcherassertflattenloadingnodejscss variablereact-hooksquoteanimationObject.fromEntriesdependenciescommandObject.getPrototypeOflessapiReflect.getPrototypeOftypedarraysschemabuffersdebuggerarrayslanguagebounditeratorprivateIteratorjson-schemacall-boundfast-copytoStringTagString.prototype.trimentriesshrinkwrapstylesheetCSSidauthECMAScript 5calllockfileyupcryptoECMAScript 2019prefixfsdescriptorurlinferencefiltertseslintpluginnameswritableECMAScript 6bluebirdcompilerspeedpolyfilljson$.extenddataViewextensionqstouchSetES2019URLdom-testing-libraryvariables in csscmdpipenativetrimEndharmonyhookformsuperstructargparsetypescriptrecursivefastifyvariablesfunctionalfolderstreams2es-abstractleterroropenerttydropastmatchesformpersistentMapparentStyleSheetreduceropensbabel-corecurlvalidationvarnumbercss lessirqmoduleruntimeECMAScript 3characterspringexeframerArray.prototype.findLastpurecli
1.0.0

23 days ago