16 packages found
Description
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
Keywords
Publisher
Description
Convert Errors & Objects into an easily-serialized vanilla Object.
Keywords
Publisher
Description
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,
Keywords
- for
- each
- prop
- property
- object
- function
- enumerable
- non-enumerable
- nonenumerable
- inherited
- proto
- prototype
- prototype-chain
- class
Publisher
Description
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
Keywords
- recursive
- deep
- for
- each
- prop
- property
- object
- function
- enumerable
- non-enumerable
- nonenumerable
- inherited
- proto
- prototype
- View more
Publisher
Description
Like Object.getOwnPropertySymbols but gets only non-enumerable properties.
Keywords
Publisher
Description
Adds a non-enumerable property on an object
Keywords
- adds
- non-enumerable
- property
- object
- set
- key
- [writable=true]
- writable
- [configurable=false]
- configurable
- osetnonenum
Publisher
Description
Like Reflect.ownKeys but gets only non-enumerable properties.
Keywords
Publisher
Description
Extract enumerable and non-enumerable properties from an object.
Keywords
Publisher
Description
creates error object from enumerable and non-enumerable properties of error objects
Keywords
Publisher
Description
Extract a list of inherited, enumerable and non-enumerable method names.
Keywords
Publisher
Description
Get all property keys of an object including non-enumerable and inherited ones
Keywords
- get
- all
- object
- property
- names
- keys
- properties
- inherited
- prototype
- enumerable
- non-enumerable
- reflect
- ownkeys
- symbol
Publisher
Description
Like Object.values(), but includes non-enumerable properties, analogous to Reflect.ownKeys()
Keywords
Publisher
Description
Deep-clone properties from one object to another and make them non-enumerable, or make existing properties on an object non-enumerable.
Keywords
Publisher
Description
Makes your object properties hard.
Keywords
Publisher
Description
Make all the properties of an object enumerable. Optionally deep, shallow by default.
Keywords
Publisher
Description
Harden properties of entity.