`Object.defineProperty`, but not IE 8's broken one.
Socket.dev optimized package override for es-define-property
Define a data property on an object. Will fall back to assignment in an engine without descriptors.
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
Define a lazily evaluated property on an object
ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.
ECMAScript spec abstract operations.
Object.defineProperty
Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
Define (or modify) an object property.
Define a non-enumerable read-only property.
Define a read-only property.
ES Object-related atoms: Object, ToObject, RequireObjectCoercible
A simple cache for a few of the JS Error constructors.
A helper to optimistically set Symbol.toStringTag, when possible.
A lightweight 3D physics engine written in JavaScript.
mirror of glob, bundled and exposed as ES module including for browser
HTML and SVG DOM property configs used by React.
A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.
ES2019 spec-compliant String.prototype.trimStart shim.
An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.
Helper package to shim a method into `Array.prototype[Symbol.unscopables]`
Lodash exported as ES modules.
ES proposal-spec-compliant Object.fromEntries shim.
No description provided.
No description provided.