Provides many methods to iterate through of collections.
Like `Object.keys()` but also includes symbols
Returns an array of all enumerable symbol properties found directly upon a given object
A better Object.defineProperty()
Define a non-enumerable read-only property.
Property descriptor factory
Test if an object's own property is enumerable.
Return an array of an object's own enumerable property names and symbols.
utilities for primitive JavaScript types
Define a non-enumerable read-only accessor.
Compare, format, diff and serialize any JavaScript value
Indicates whether the specified property is enumerable.
Developer friendly JS Errors
Define a non-enumerable read-write accessor.
A collection of standard object serializers for Pino
Executes a callback for each property found on a object, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object and Function prototypes by default,
Polyfill for ember-runtime-enumerable-includes feature (noop in Ember >= 2.8)
The Material Components for the web menu surface component
Tree utilities which provides a full-featured extend and object-cloning facility, and various tools to deal with nested object structures.
Normalize exceptions/errors
Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
Create an array of the owned/enumerable keys of an input object.
Node and Bun local Prisma Streams runtime for trusted development workflows.
Bind methods to an object from that object or some other source. Optionally specify a set of methods to skip over.