0.0.1-security.4 • Published 2 years ago
@libtommy2024/labore-temporibus-tempora-est v0.0.1-security.4
@libtommy2024/labore-temporibus-tempora-est 
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('@libtommy2024/labore-temporibus-tempora-est');
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
0.0.1-security
2 years ago
0.0.1-security.0
2 years ago
0.0.1-security.1
2 years ago
0.0.1-security.4
2 years ago
0.0.1-security.2
2 years ago
1.2.2
2 years ago
0.0.1-security.3
2 years ago
1.2.0
2 years ago
1.2.1
2 years ago
1.0.0
2 years ago
