1.0.0 • Published 1 year ago

@zibuthe7j11/in-esse-deserunt v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@zibuthe7j11/in-esse-deserunt 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/in-esse-deserunt');
const ToObject = require('@zibuthe7j11/in-esse-deserunt/ToObject');
const RequireObjectCoercible = require('@zibuthe7j11/in-esse-deserunt/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.

animationtapedataviewES2016preprocessoresmkdirratelimitArray.prototype.findLastprefixkoreanstreamslinkpopmotiongetopttranspilemapcallbackJSONpropertiesassignspinneres2017letwhichtypeerrorpromiseES2022frameridleloggingexitsetImmediateforEachUint32ArrayjoiRegExp#flagsoptimisttypergbdatastructureinterruptsxssextrashrinkwrapTypedArrayPushlesscsslinuxescapefromECMAScript 2015numbertsdebuggerrm -rfregular expressionwordwrapsetvariables in csscompile lesslintArray.prototype.includesStreamsReactiveExtensionshasfast-deep-clonenameparseUnderscoreweaksetrangeerrorredux-toolkitharmonycopyemitnodestringguidlinewrapoptimizerrfc4122Symbol.toStringTagstringifierinspectjapaneseenvObjectURLargparsesanitizationprogressclassnameeventshasOwnemojicallbindpoint-freetoolkitfastifyrm -frsetter@@toStringTagimmershellparentexit-codecircularopenless mixinsmrudescriptorprivategrouptacitmomentreact-hook-formintrinsicES5limitedpromisesthroatcachelibphonenumbermonorepouprequirekeysStyleSheetmake dir.envreuseuuidreact-hooksstylesheetSetUint8ArraysyntaxerroruninstallbannerdirFunction.prototype.nameTypeScriptESnextisConcatSpreadabledefinePropertyutilityutilslengthpostcssnested cssreact animationreact-testing-librarytypedarraysWeakMapstdlibjwttoArraydependency managerasciistableiteratorTypeBoxECMAScript 2023trimLeftjsonwebelectronperformanceoptionencryptioncompilerrmdirassertstouchuser-streamsObject.fromEntrieswaitdescriptiona11yrandomObject.valuesexewatchArray.prototype.flateveryES2023trimStartestreedatestringifybufferwindowsES2020launchslotbabelhttpwhatwgURLSearchParamsnegativecurlfind-updeepcopyassertionkarmafast-copyzodxdg-openpicomatchregexreactreadablebrowserslistconstinferenceRFC-6455defaulttc39callreduxmkdirsjasminecliregexphelpersspringECMAScript 2016chaidependenciesstreams2ECMAScript 2020gradients css3tostringtages7matchmiddlewarefull-widthapitypedarraysymlinksless.jslistenerstraverselogpyyamlless compilerwebsitephonetestfasteslintcodessuperagentrapidstatelessstructuredClonedeepiterateenumerable3dcommand-lineunicodeES2019classnamesfetchlookHyBiserializationconcurrencybrowserlistoncebundlerapolloprotocol-bufferstestercolumnsi18nReflect.getPrototypeOfpathargumentsconsole
1.0.0

1 year ago