@stdlib/utils-enumerable-properties
Advanced tools
+1
-1
@@ -1,1 +0,1 @@ | ||
| Copyright (c) 2016-2021 The Stdlib Authors. | ||
| Copyright (c) 2016-2022 The Stdlib Authors. |
+1
-1
| { | ||
| "name": "@stdlib/utils-enumerable-properties", | ||
| "version": "0.0.6", | ||
| "version": "0.0.7", | ||
| "description": "Return an array of an object's own enumerable property names and symbols.", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
+50
-2
@@ -23,3 +23,3 @@ <!-- | ||
| [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url] | ||
| [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] --> | ||
@@ -126,3 +126,24 @@ > Return an array of an object's own enumerable property names and symbols. | ||
| <!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. --> | ||
| <section class="related"> | ||
| * * * | ||
| ## See Also | ||
| - <span class="package-name">[`@stdlib/utils/enumerable-properties-in`][@stdlib/utils/enumerable-properties-in]</span><span class="delimiter">: </span><span class="description">return an array of an object's own and inherited enumerable property names and symbols.</span> | ||
| - <span class="package-name">[`@stdlib/utils/enumerable-property-symbols`][@stdlib/utils/enumerable-property-symbols]</span><span class="delimiter">: </span><span class="description">return an array of an object's own enumerable symbol properties.</span> | ||
| - <span class="package-name">[`@stdlib/utils/inherited-enumerable-properties`][@stdlib/utils/inherited-enumerable-properties]</span><span class="delimiter">: </span><span class="description">return an array of an object's inherited enumerable property names and symbols.</span> | ||
| - <span class="package-name">[`@stdlib/utils/keys`][@stdlib/utils/keys]</span><span class="delimiter">: </span><span class="description">return an array of an object's own enumerable property names.</span> | ||
| - <span class="package-name">[`@stdlib/utils/nonenumerable-properties`][@stdlib/utils/nonenumerable-properties]</span><span class="delimiter">: </span><span class="description">return an array of an object's own non-enumerable property names and symbols.</span> | ||
| - <span class="package-name">[`@stdlib/utils/properties`][@stdlib/utils/properties]</span><span class="delimiter">: </span><span class="description">return an array of an object's own enumerable and non-enumerable property names and symbols.</span> | ||
| </section> | ||
| <!-- /.related --> | ||
| <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. --> | ||
| <section class="main-repo" > | ||
@@ -151,3 +172,3 @@ | ||
| Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors]. | ||
| Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors]. | ||
@@ -171,5 +192,16 @@ </section> | ||
| <!-- | ||
| [dependencies-image]: https://img.shields.io/david/stdlib-js/utils-enumerable-properties.svg | ||
| [dependencies-url]: https://david-dm.org/stdlib-js/utils-enumerable-properties/main | ||
| --> | ||
| [umd]: https://github.com/umdjs/umd | ||
| [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules | ||
| [deno-url]: https://github.com/stdlib-js/utils-enumerable-properties/tree/deno | ||
| [umd-url]: https://github.com/stdlib-js/utils-enumerable-properties/tree/umd | ||
| [esm-url]: https://github.com/stdlib-js/utils-enumerable-properties/tree/esm | ||
| [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg | ||
@@ -186,4 +218,20 @@ [chat-url]: https://gitter.im/stdlib-js/stdlib/ | ||
| <!-- <related-links> --> | ||
| [@stdlib/utils/enumerable-properties-in]: https://www.npmjs.com/package/@stdlib/utils-enumerable-properties-in | ||
| [@stdlib/utils/enumerable-property-symbols]: https://www.npmjs.com/package/@stdlib/utils-enumerable-property-symbols | ||
| [@stdlib/utils/inherited-enumerable-properties]: https://www.npmjs.com/package/@stdlib/utils-inherited-enumerable-properties | ||
| [@stdlib/utils/keys]: https://www.npmjs.com/package/@stdlib/utils-keys | ||
| [@stdlib/utils/nonenumerable-properties]: https://www.npmjs.com/package/@stdlib/utils-nonenumerable-properties | ||
| [@stdlib/utils/properties]: https://www.npmjs.com/package/@stdlib/utils-properties | ||
| <!-- </related-links> --> | ||
| </section> | ||
| <!-- /.links --> |
39870
7.89%233
25.95%