Search results
64 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
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
- recursive
- deep
- for
- each
- prop
- property
- object
- function
- enumerable
- non-enumerable
- nonenumerable
- inherited
- proto
- prototype
- View more
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,
- for
- each
- prop
- property
- object
- function
- enumerable
- non-enumerable
- nonenumerable
- inherited
- proto
- prototype
- prototype-chain
- class
Returns an array of names from a module. Includes all enumerable properties with function values, own and inherited.
Test if an object has a specified method name, either own or inherited.
- stdlib
- stdassert
- assertion
- assert
- utilities
- utility
- utils
- util
- object
- obj
- has
- hasown
- hasownproperty
- hasprop
- View more
Test if an object has a specified property, either own or inherited.
- stdlib
- stdassert
- assertion
- assert
- utilities
- utility
- utils
- util
- object
- obj
- has
- hasown
- hasownproperty
- hasprop
- View more
Return a property descriptor for an object's own or inherited property.
Proces import/export Node.js application
Return an array of an object's own and inherited property names and symbols.
Turns inherited properties into owned properties.
Return an array of an object's own and inherited enumerable property names.
Test if an object's own and inherited property is readable and writable.
Test if an object's own or inherited property has a data descriptor.
Return an array of an object's inherited non-enumerable property names and symbols.
Extract a list of inherited, enumerable and non-enumerable method names.
Return an array of an object's own and inherited enumerable property key-value pairs.
Return an array of an object's inherited enumerable property names and symbols.
Return an array of an object's inherited enumerable symbol properties.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- object
- obj
- symbols
- syms
- symbols-in
- enumerable
- inherited
- View more
Return an array of an object's inherited enumerable property names.
Return an array of an object's inherited enumerable and non-enumerable property names.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- object
- obj
- names
- keys
- keys-in
- enumerable
- non-enumerable
- View more
Test if an object's own or inherited property has an accessor descriptor.