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 11c327d commit 272c705
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions enumerable-property-symbols-in/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ var enumerablePropertySymbolsIn = require( '@stdlib/utils/enumerable-property-sy

Returns an `array` of an object's own and inherited enumerable symbol properties.

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

```javascript
var hasSymbolSupport = require( '@stdlib/assert/has-symbol-support' );
var Symbol = require( '@stdlib/symbol/ctor' );
Expand Down

0 comments on commit 272c705

Please sign in to comment.