1.0.3 • Published 14 days ago

@teamteanpm2024/cumque-quas-assumenda v1.0.3

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

@teamteanpm2024/cumque-quas-assumenda 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('@teamteanpm2024/cumque-quas-assumenda');

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

setbootstrap cssbluebirdpoint-freedom-testing-libraryReactiveExtensionsyamldrages2018terminalSetspeedbootstrap lessrmspinnerfastcopyairbnbinspectindicatorRFC-6455transpilewalkingpyyamlcallbackbrowserslistArray.prototype.flatMapreadstylecmdpostcss-pluginaccessorObject.assignpostcssshamdeep-copybabelomittoolstypedarrayES2018mkdirpconfigECMAScript 7bytelinkdatastructurejavascriptStreamsESnexteslint-pluginparsersequence.envES5mobilelengthtelephonevalidatorbinddomcall-bindjasmineFloat64ArraylazysortcallbindletharmonyratemonorepoprotowarninglogginghttpBigInt64Arrayslicetypesl10najvES2020eventEmittertouchfile systemastzerocharacterinterruptstypeerroryupbusyoptimistjson-schemachromeObject.definePropertyapolloformattingECMAScript 2018webrequestthroatECMAScript 2022ES2017trimRightio-tsparentlruexpressdebuggerprotocol-bufferspropertyfsfind-upstylesheetcreateeslintopenerconstclassnamepositivetesterform-validationjestmkdirsWeakMapsuperagentserializationtostringtagfigletflatMapcss variablereact animationrgbmatchtoolkitArrayBuffer#sliceES2023RxJSvalidatefindupIteratorcachewatchcolumnsgdprArrayBufferES2021properties6to5stringifyequalityurlrapidwatcherHyBitranspilerlimitedvisualBigUint64ArrayidentriesnpmoffsetvaluepluginprettypatchjsonpathwatchFileMicrosoftcodesasciiframeworkdropfast-copyassertiontrimcopyglobcharactersnamestypanionECMAScript 2023bundleres-abstractgetPrototypeOfwebsitetddformatfastifyRegExp#flagsimmerObject.keyslesscssrfc4122xssenvquerystringdotenvwhichTypeBoxmimetoSortedFunction.prototype.nameapiwordbreakmiddlewareRxreact posexdg-openUint16Arraywatchinghelpers_.extendprototypemovetypedarrayssameValueZerojsonpersistenttslibobjectjapaneseclassesdeepqsjsdomfindLastIndexlinewrapregexpcorstacitpolyfillreadablestreamTypedArrayjwtlibphonenumberSymbolfindLastpropscheme-validationiterateArrayponyfilldescriptionwritepackages$.extendurlswraphookformhasWeakSetstarterclienttestsymlinkstrimLeftshebangjson-schema-validationless mixinsviewmkdirflattenespurenegativelistenersgetOwnPropertyDescriptorpackage.jsonposeUnderscoreredux-toolkitcallboundflatconsolestreamsInt32Arrayfixed-widthwindowstestingruntimebrowseropensrequireappECMAScript 2016filebyteOffsetcss nestingstringifierjson-schema-validatoremojichineseargsrobustcompilerinternal slotconcatJSON-SchemadebugECMAScript 2019whatwges2017256ECMAScript 5structuredClonelook-upexpressionworkspace:*ieunicodeclassnamesrandomrm -frObject.isnegative zerocurlhardlinksgetgettertimejsxinternalargumentsUint32ArrayURLcloneObject.fromEntriesAsyncIteratorcommand-linereact-testing-libraryvestvalidclicheckpruneiteratorkoreanfrombddsharedpreprocessormoduleextensionbatchstablemodulestrimEndcolourassertbrowserlistfast-deep-copyirqconcatMapTypeScriptes8fast-deep-cloneUint8ClampedArrayECMAScript 6slottraverseexitconcurrencyperformantlogES2019censorRegExp.prototype.flagsgetintrinsiccss lesscomparewidthrm -rfdataViewspinnerskeydeep-clonees6symbolcss-in-jseveryformseventschaiString.prototype.matchAllexit-codeparentsoutputdiffdeepcopysharedarraybufferstartauthutil.inspectcjkWebSocketutilitiesoptimizerbuffermatchAllutilpushECMAScript 2021Array.prototype.flatsanitizesearchdayjs3dPushstatusdeterministicdependency managerloadingemittypeexecutablepnpm9passwordnativeextendregularvalidationECMAScript 3chromiumargumentcryptansigenericsrecursivetypedsetterperformancenested cssstreamsymlinkfolderfantasy-landfastshrinkwrapexeES3idlenumberYAMLbabel-coreStyleSheetqueuees-shim APIzodwgetfunctionsimmutablepopmotionpromisespreserve-symlinksshellsettingshigher-orderdeepclonextermclass-validatorcollection
1.0.2

15 days ago

1.0.3

14 days ago

1.0.1

16 days ago

1.0.0

17 days ago