From 6eb7ae1e975046c29fe504eb28c0a58d416ed16a Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 9 Nov 2023 04:22:20 +0000 Subject: [PATCH] Auto-generated commit --- nonenumerable-property-symbols-in/README.md | 2 ++ nonenumerable-property-symbols/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/nonenumerable-property-symbols-in/README.md b/nonenumerable-property-symbols-in/README.md index ab587277..b1689ebe 100644 --- a/nonenumerable-property-symbols-in/README.md +++ b/nonenumerable-property-symbols-in/README.md @@ -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. + + ```javascript var hasSymbolSupport = require( '@stdlib/assert/has-symbol-support' ); var Symbol = require( '@stdlib/symbol/ctor' ); diff --git a/nonenumerable-property-symbols/README.md b/nonenumerable-property-symbols/README.md index ee6ee3d2..9af61f32 100644 --- a/nonenumerable-property-symbols/README.md +++ b/nonenumerable-property-symbols/README.md @@ -36,6 +36,8 @@ var nonEnumerablePropertySymbols = require( '@stdlib/utils/nonenumerable-propert Returns an `array` of an object's own non-enumerable symbol properties. + + ```javascript var hasSymbolSupport = require( '@stdlib/assert/has-symbol-support' ); var Symbol = require( '@stdlib/symbol/ctor' );