Utility functions for all types of collections
Returns an array of all enumerable symbol properties found directly upon a given object
Like `Object.keys()` but also includes symbols
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.
Define a non-enumerable read-only accessor.
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,
Define a non-enumerable read-write accessor.
Indicates whether the specified property is enumerable.
A collection of standard object serializers for Pino
Compare, format, diff and serialize any JavaScript value
Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
Developer friendly JS Errors
Return an array of an object's own enumerable and non-enumerable property names.
utilities for primitive JavaScript types
Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
Normalize exceptions/errors
Executes a callback for each property found on a object, recursively on nested properties, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object an
Bind methods to an object from that object or some other source. Optionally specify a set of methods to skip over.
Tree utilities which provides a full-featured extend and object-cloning facility, and various tools to deal with nested object structures.
Really Fast Deep Clone
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.