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' );