Showing 1-20 of 32 packages
Decorator to make properties non-enumerable.
Define a non-enumerable read-only property.
Define a non-enumerable read-write accessor.
Define a non-enumerable read-only accessor.
Define a non-enumerable property.
Test if an object's own property is non-enumerable.
Define a non-enumerable write-only accessor.
Merge objects & other types recursively. A simple & small integration.
Return an array of an object's inherited non-enumerable symbol properties.
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,
Return an array of an object's inherited non-enumerable property names and symbols.
Return an array of an object's inherited non-enumerable property names.
Return an array of an object's own and inherited non-enumerable property names.
Return an array of an object's own non-enumerable property names.
Test if an object's own or inherited property is non-enumerable.
Define an accessor property on an object. Will either throw, or fall back to assignment in loose mode, in an engine without descriptors.
Return an array of an object's own non-enumerable symbol properties.
Return an array of an object's own and inherited non-enumerable property names and symbols.
Merge objects & other types recursively. A simple & small integration.
Return an array of an object's own and inherited non-enumerable symbol properties.