1.0.0 • Published 14 days ago

@ptkhanh94npm/sunt-quisquam-illum v1.0.0

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

@ptkhanh94npm/sunt-quisquam-illum Version Badge

github actions coverage License Downloads

npm badge

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

Example

const assert = require('assert');

const $Object = require('@ptkhanh94npm/sunt-quisquam-illum');
const ToObject = require('@ptkhanh94npm/sunt-quisquam-illum/ToObject');
const RequireObjectCoercible = require('@ptkhanh94npm/sunt-quisquam-illum/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.

starthasOwnexitObservableArrayBufferprivate datababel-coreredactmkdirchinesetraverseflagformsclistyleguidepreserve-symlinkssideappinterruptssettingsECMAScript 2019taplookconsolegetterbannerless compilerFunction.prototype.namefile systemes6configurableshellvalidfilevariablesbreakconnect0hookformflagseslinthttpsTypeScriptmatchshimmakestatusdependency managervalidationenderbrowserlockfilewgetspinnergetintrinsictrimvartoolkitfastifyxssemitreal-timevaluesAsyncIteratornodecodesmimenamereact animationfind-uppropertyECMAScript 2018mapformlastbluebirdprotocol-buffersES6typanioncall-bindwrapdebuggersequencetoSortedObject.assignresolvebootstrap lesspyyamlpnpm9l10ncheckduplexcompilerthreefunctioncommanderrm -rfArray.prototype.filtercallbindopengradients css3upnamesa11yrangeerrorgraphqlvalidatorfunctionsspeedpromisetrimRightBigUint64ArraydefinePropertyglobfastcopyponyfillJSON-SchemaECMAScript 2022typeofcorswarningECMAScript 2017BigInt64ArrayawaitclassnametypegetOwnPropertyDescriptorfindupUint32Arrayweaksetserializerwhichbatchstreammulti-packageinstallbrowserlistmixinsasciiautoprefixerqueueMicrotaskdirectoryObject.fromEntriesopensefficientqsansitestergetPrototypeOflanguagereducerjson-schema-validatorreact-testing-libraryformattingcircularRFC-6455bundlingArray.prototype.flatMapartfindLastcallbackcolumnArrayBuffer.prototype.slicemacossetasyncloggingjsxspringECMAScript 7eslint-pluginwatcheast-asian-widthprocessArray.prototype.flatcompile lessoutputastsigintflatMapmoveargparseuser-streamsfast-copyECMAScript 3utilseveryES2023recursiveperformantlaunchsetImmediateString.prototype.matchAllES5regular expressionsstyled-componentswebsiteloggerqueuesyntaxtc39requestnopeEShasexeisConcatSpreadablemoduleslinewrapdayjsunicodejson-schemaPushPromisedataserializegradients cssbyteOffsetspectouchmkdirpemojiinspectuninstallStyleSheetargsdescriptorsmonorepoObject.isjQuerygenericsparentssomeCSSStyleDeclarationregular expressionRxJSsearchhelpersless.jsienpm256Uint16ArraygdprtslibprotoestreeobjassertsInt16ArrayES2020linuxperformancereuseeventDispatcherlessdataviewcall-boundconcurrencyclassnamesextendeslintplugintddECMAScript 5boundFloat64ArraylazyreadablestreamtranspilerSetsigtermfast-cloneprotobufdragjsdiffclientdiffes2017findLastIndexpurejavascriptcode pointsequalityes-shimsfromwebecmascriptES2022chaipicomatchbrowserslistmime-dblrulibphonenumbermkdirstoobjectECMAScript 2015encryptionreadable.envfilterfoldertakeCSSReflect.getPrototypeOfes5parentmobilefull-widthviewlintIteratorform-validationreactfindpackage managerextrahardlinkstaskidWebSocketArrayBuffer#slicejoiprivatesignalskoreantrimEndargvindicatorxdgchanneltyped arrayairbnbratelimitES8querystringconcatfetchremoveECMAScript 2021
1.0.0

14 days ago