We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8aba0 commit 64e4bd6Copy full SHA for 64e4bd6
lib/node_modules/@stdlib/array/to-fancy/lib/ctor.js
@@ -27,6 +27,7 @@
27
* @param {Function} array2fancy - function for creating a proxied array
28
* @param {Object} opts - options
29
* @param {boolean} opts.strict - boolean indicating whether to perform strict bounds checking
30
+* @param {Function} opts.cache - cache for resolving array index objects
31
* @returns {Function} handler
32
*/
33
function factory( array2fancy, opts ) {
0 commit comments