@crabas0npm/omnis-dolores-ut

1.0.0 • Public • Published

@crabas0npm/omnis-dolores-ut 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('@crabas0npm/omnis-dolores-ut');

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

/@crabas0npm/omnis-dolores-ut/

    Package Sidebar

    Install

    npm i @crabas0npm/omnis-dolores-ut

    Weekly Downloads

    3

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    19.9 kB

    Total Files

    10

    Last publish

    Collaborators

    • thanhl4861