Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Nov 9, 2023
1 parent 4885e24 commit f254c48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inherited-enumerable-property-symbols/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ var inheritedEnumerablePropertySymbols = require( '@stdlib/utils/inherited-enume

Returns an `array` of an object's inherited enumerable [symbol][@stdlib/symbol/ctor] properties.

<!-- eslint-disable id-length -->

```javascript
var hasSymbolSupport = require( '@stdlib/assert/has-symbol-support' );
var Symbol = require( '@stdlib/symbol/ctor' );
Expand All @@ -61,6 +63,8 @@ symbols = inheritedEnumerablePropertySymbols( f );

By default, the function walks an object's entire prototype chain. To limit the inheritance level, provide a `level` argument.

<!-- eslint-disable id-length -->

```javascript
var symbols = inheritedEnumerablePropertySymbols( [], 1 );
```
Expand Down

0 comments on commit f254c48

Please sign in to comment.