1.0.0 • Published 1 year ago

@rabiepenpm2/delectus-voluptates-nesciunt v1.0.0

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

@rabiepenpm2/delectus-voluptates-nesciunt Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

An ES spec-proposal-compliant Object.fromEntries shim. Invoke its "shim" method to shim Object.fromEntries if it is unavailable or noncompliant.

This package implements the es-shim API interface. It works in an ES3-supported environment and complies with the proposed spec.

Most common usage:

var assert = require('assert');
var fromEntries = require('@rabiepenpm2/delectus-voluptates-nesciunt');

var obj = { a: 1, b: 2, c: 3 };
var actual = fromEntries(Object.entries(obj));

assert.deepEqual(obj, actual);

if (!Object.fromEntries) {
	fromEntries.shim();
}

assert.deepEqual(Object.fromEntries(Object.entries(obj)), obj);

Tests

Simply clone the repo, npm install, and run npm test

xtermlinewrapECMAScript 2023es5WeakMaphandlersUint32ArrayenumerableisConcatSpreadableECMAScript 2021mergeObservableObject.entriesES5searchelectronio-tsstringifyObject.fromEntriesdescriptionoperating-systemcommand-lineexitArray.prototype.findLastIndexreadablestreamairbnbgradients css3internal slotchanneldeterministictaskresolvespeedansiArray.prototype.containsfast-deep-copywriteObject.is0ES2017bootstrap lesslintdotenvUint16ArraygroupByformattingWeakSetinternalrateescapetrimEndES2021regular expressionrestnested csscollectionCSSStyleDeclarationTypedArraylengthsymbolsstringifierinputcjkprogresshigher-orderclassescss lesssesweakmaptypesafeimportexportSymbolvariableses6testUint8ClampedArrayieopenlinuxrobustpostcsseast-asian-widthcss nestingflagtypedarraysbeanstalksequencesyntaxemitfulllockfileES2020ajaxJSONtoolstypegetPrototypeOfjsdomRegExp.prototype.flagsextensionbufferses2018filtereslintviewasciiconcatObject.keysawaitsharedarraybuffereventEmitterdom-testing-librarybatchArray.prototype.flatMapmkdirssignalformatiamprototypedeepcopysortedmime-dbphoneconfigarktyperegexpstreamECMAScript 5packageseslint-plugin_.extendduplexschemezerogetOwnPropertyDescriptorqueueappscheme-validationESpackage.jsonrgbcharactersboundrm -rfnamesMapstoragegatewayArray.prototype.findLastnamejsdiffnopeenvInt8ArraybindpropertiesguidRFC-6455cryptocall-bindfull-widthjsxArrayBuffer.prototype.slicecolumnstelephoneauthprunebusyponyfillHyBiapisymlinksfastifyfindLastcircularreal-timetypedfullwidthYAMLAsyncIteratordeep-cloneStreamsettingsowncrypttsstreams2colourpropObject.valuesindicatorSetform-validationinstallrmdiridTypeBoxcacheprocesslruassertvariables in cssavadatamocharfc4122cliWebSocketpersistentassertsJSON-SchemagetterstructuredClonelesscssObjectiterationserializeUnderscoreperformanceworkercommandtoSortedReflect.getPrototypeOfremovechromeglobwordwrapworkflowelbcollection.es6stateless.envtypeofstreamsstylesi18nbrowserliststylingfunctionutilitiesURLfast-copyregular expressionssetPrototypeOfemojieslinkshampromisepathestreetostringtagsignalsbootstrap cssObject.getPrototypeOfflatmrueslintpluginpnpm9execparsercode pointsmacosArray.prototype.flatstatusfastcopyless csstc39routingtoolkittyped arrayRegExp#flagsdropcorsttyflagsnpmes-shimsoptionhasOwnthrottleperformantless mixinsjapanesegenericstoStringTagfind-upaccessorcloudsearchirqcallboundworkspace:*snstimerequestloggingmiddlewaregetmatchredactloadbalancingvisualjsontakecheckcallbackArray.prototype.flattensameValueZerovalidatel10npackage managerexpressextrakeyslibphonenumberurlmobiledeepcloneartECMAScript 2022ECMAScript 2017tapeslotarrayskinesispreserve-symlinksjsonpathpasswordpicomatchwidthexpressionObject.definePropertypolyfillemrredux-toolkitoptimistvestawesomesauceasyncES2023chromiumautoscalingcloneinvariantmodulesauthenticationcharacterlesscss-in-jsargshelpersjQueryrouterdefinePropertyvpccloudtrailbrowserlook-upconcurrencyinferencespinnersintrinsiccolumncompilerflatMapjoistableshimes2015zodconfigurablefilefslanguageidlefastcloneshrinkwrapwalkingelasticachereusedateefficientdebugarraybuffersimpledbfunctionalmatchAllfindLastIndexObservablesequalunicodeishooksyuppromisestypanionweaksetformshebangmulti-packagesigtermUint8ArrayES2016encryptionhttpcoerciblewalkutil.inspectinspectuninstalljasmineES2018utilendpointpositivewatchFileec2es2017validincludesrestfulcomparepushfseventsqueueMicrotaskString.prototype.matchAllgetoptPromiseawssinatradeleteserializerstyled-componentsuuidautoprefixerformsconcatMapArrayBufferhotsuperstructebsES8bcryptnodejsinstallerparsingargparsefolderstyleguidetddtraverse256watcherwafmixinsenderless compilerrandomwatchFloat64Arraysharedfinduploggernumberdebuggersetparsekeyspinnermake dires8valuesBigInt64Arrayentriesimmutableslice
1.0.0

1 year ago