How to use the object.values.shim function in object

To help you get started, we’ve selected a few object examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github es-shims / es7-shim / Object.js View on Github external
shim: function shimObject() {
		getDescriptors.shim();
		entries.shim();
		values.shim();
	},
	values: values
github veritone / veritone-sdk / packages / veritone-client-js / polyfill.js View on Github external
const values = require('object.values');
if (!Object.values) {
	values.shim();
}

import 'regenerator-runtime/runtime';
github urakubo / UNI-EM / _web_dojo / gui / js / vendors / es7-shim / es7-shim.js View on Github external
shim: function shimObject() {
		getDescriptors.shim();
		entries.shim();
		values.shim();
	},
	values: values

object

JavaScript object utilities library

Unknown
Latest version published 11 years ago

Package Health Score

39 / 100
Full package analysis