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 2289288 commit 6eb7ae1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nonenumerable-property-symbols-in/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ var nonEnumerablePropertySymbolsIn = require( '@stdlib/utils/nonenumerable-prope

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

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

```javascript
var hasSymbolSupport = require( '@stdlib/assert/has-symbol-support' );
var Symbol = require( '@stdlib/symbol/ctor' );
Expand Down
2 changes: 2 additions & 0 deletions nonenumerable-property-symbols/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ var nonEnumerablePropertySymbols = require( '@stdlib/utils/nonenumerable-propert

Returns an `array` of an object's own non-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 6eb7ae1

Please sign in to comment.