@stdlib/constants-array-max-array-length
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "@stdlib/constants-array-max-array-length", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Maximum length for a generic array.", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -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] --> | ||
@@ -124,2 +124,16 @@ > Maximum length for a generic array. | ||
<!-- 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/constants/array/max-typed-array-length`][@stdlib/constants/array/max-typed-array-length]</span><span class="delimiter">: </span><span class="description">maximum length for a typed array.</span> | ||
</section> | ||
<!-- /.related --> | ||
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. --> | ||
@@ -151,3 +165,3 @@ | ||
Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors]. | ||
Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors]. | ||
@@ -171,5 +185,16 @@ </section> | ||
<!-- | ||
[dependencies-image]: https://img.shields.io/david/stdlib-js/constants-array-max-array-length.svg | ||
[dependencies-url]: https://david-dm.org/stdlib-js/constants-array-max-array-length/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/constants-array-max-array-length/tree/deno | ||
[umd-url]: https://github.com/stdlib-js/constants-array-max-array-length/tree/umd | ||
[esm-url]: https://github.com/stdlib-js/constants-array-max-array-length/tree/esm | ||
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg | ||
@@ -184,4 +209,10 @@ [chat-url]: https://gitter.im/stdlib-js/stdlib/ | ||
<!-- <related-links> --> | ||
[@stdlib/constants/array/max-typed-array-length]: https://www.npmjs.com/package/@stdlib/constants-array-max-typed-array-length | ||
<!-- </related-links> --> | ||
</section> | ||
<!-- /.links --> |
Sorry, the diff of this file is not supported yet
34401
214