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 d7a87e1 commit a87dccbCopy full SHA for a87dccb
lib/node_modules/@stdlib/array/index/docs/repl.txt
@@ -59,8 +59,8 @@
59
Examples
60
--------
61
> var idx = new {{alias}}( [ 1, 2, 3, 4 ] );
62
- > // ...
63
> {{alias}}.free( idx.id )
+ <boolean>
64
65
66
{{alias}}.get( id )
@@ -98,7 +98,7 @@
98
Returns
99
-------
100
out: Array|TypedArray|Object
101
- Array data type.
+ Array data.
102
103
104
@@ -181,6 +181,7 @@
181
182
183
> idx.toString()
184
+ <string>
185
186
187
{{alias}}.prototype.toJSON()
0 commit comments