File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -869,6 +869,7 @@ A total of 12 people contributed to this release. Thank you to the following con
869
869
870
870
<details>
871
871
872
+ - [`ee9e2f6`](https://github.com/stdlib-js/stdlib/commit/ee9e2f626dd923fb411410872c69104ff8fa4f88) - **docs:** fix missing annotation _(by Athan Reines)_
872
873
- [`8f2808d`](https://github.com/stdlib-js/stdlib/commit/8f2808dec8c8a6508841e86453fba823823efc6c) - **docs:** update related packages sections [(#4302)](https://github.com/stdlib-js/stdlib/pull/4302) _(by stdlib-bot)_
873
874
- [`a69e423`](https://github.com/stdlib-js/stdlib/commit/a69e423dc4990692cdf4ce6648544ba30594d7cb) - **docs:** update related packages sections [(#4265)](https://github.com/stdlib-js/stdlib/pull/4265) _(by stdlib-bot, Philipp Burckhardt)_
874
875
- [`a6f3921`](https://github.com/stdlib-js/stdlib/commit/a6f3921560705503dcb5ee2575dd2f11417f58fb) - **docs:** update related packages sections [(#4242)](https://github.com/stdlib-js/stdlib/pull/4242) _(by stdlib-bot, Athan Reines)_
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ var generateId = require( './id.js' );
46
46
/**
47
47
* Array index constructor.
48
48
*
49
+ * @constructor
49
50
* @param {Collection } x - input array
50
51
* @param {Options } [options] - function options
51
52
* @param {boolean } [options.persist=false] - boolean indicating whether to continue persisting an index object after first usage
You can’t perform that action at this time.
0 commit comments