1.0.0 • Published 26 days ago

@asdfgertyjhnpm/accusamus-nobis-fugiat v1.0.0

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

@asdfgertyjhnpm/accusamus-nobis-fugiat 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('@asdfgertyjhnpm/accusamus-nobis-fugiat');

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

configurableentriesscheme-validationtypescriptjestString.prototype.matchAlltslibspeedmatchAllString.prototype.trimequalvariablesconcatwatchFileregularstringifierUint16ArrayObject.getPrototypeOfcss lesssetPrototypeOftoobjectinspectconcurrencyECMAScript 2018mime-dbconstdeterministicregular expressionsimmerStyleSheetresolvemixinsperformantdebuggerqueryfigletasyncargparsebatchregular expressionbcryptjsonpathquotejwtreusedateArray.prototype.flatMaplinkwgetratelimitloggergraphqlpropertiesfile systemoptionlockfilereadchannelpolyfilleventsstylesheetvalidationnested cssasciiminimalArray.prototype.findLastpurefilterlookmodulesRegExp#flagsserializerpropupECMAScript 2020ESnextargumenti18nReflect.getPrototypeOfjsdomtoArrayArray.prototype.flattenrmdirpackageframerObject.fromEntries0tostringtagshellemitlistenerscensoreslint-pluginsymbolsbyteLengthecmascriptdefinePropertytypeofanimationstreamfixed-widththreereact-hooksObject.values.envrgbjsperformanceajaxargumentsstylextermvisualimportless compilervalidatesetImmediateinstallerhookformbundlerwraplengthECMAScript 2015rmPromisetoolkitlaunchworkspace:*ECMAScript 3structuredClonetrimStartelectronlruless.jsSymbolfpstartcliflagremoveisslot__proto__functionstypedarraynativegetoptparentwindowsefficientmiddlewarevariables in cssgetintrinsicObjectmrustringifyerror-handlingreducerenderES2015datastructuresharedcreate$.extendworkerslicesetmonorepotermposehardlinkscompile lesslimitedjsxajvcorecoerciblecolourcharactersqueueMicrotaskchromewatcherexitpostcsstraverseassertextensionflatloadingredux-toolkitutilitiescollection.es6east-asian-width_.extendcommandArrayBuffer#slicepyyamlsomecurriedrfc4122maphandlerscheckWebSocketindicatorESTypedArrayObject.definePropertyclientclonetapeMapiteratorglobratepositiverm -frObject.entrieslazytypenodepoint-freeespopmotiontrimEndchildinternal slotforEachreactbrowserlistlibphonenumberenvwalkingexecdeepjasmineredactparentschromiumes2017pipexhrdropsignaldescriptionttywarninghooksmacoscmdstreamsrangeerror
1.0.0

26 days ago