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
869869
870870<details>
871871
872+ - [`64e4bd6`](https://github.com/stdlib-js/stdlib/commit/64e4bd6055042207ce2e5ae6687ca8992b06367f) - **docs:** fix missing option description _(by Athan Reines)_
872873- [`0d8ee2d`](https://github.com/stdlib-js/stdlib/commit/0d8ee2dd2425d7414487f65940dfc4c25c79ad1d) - **docs:** update related packages sections [(#4334)](https://github.com/stdlib-js/stdlib/pull/4334) _(by stdlib-bot)_
873874- [`08a93ce`](https://github.com/stdlib-js/stdlib/commit/08a93ce0f545c4aaf6e1edbcd87b7c3db7338899) - **docs:** update copy _(by Athan Reines)_
874875- [`ee9e2f6`](https://github.com/stdlib-js/stdlib/commit/ee9e2f626dd923fb411410872c69104ff8fa4f88) - **docs:** fix missing annotation _(by Athan Reines)_
Original file line number Diff line number Diff line change 2727* @param {Function } array2fancy - function for creating a proxied array
2828* @param {Object } opts - options
2929* @param {boolean } opts.strict - boolean indicating whether to perform strict bounds checking
30+ * @param {Function } opts.cache - cache for resolving array index objects
3031* @returns {Function } handler
3132*/
3233function factory ( array2fancy , opts ) {
You can’t perform that action at this time.
0 commit comments