Skip to content

Commit 1f7e55f

Browse files
authored
docs: remove unused packages
PR-URL: #6837 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 6464a4b commit 1f7e55f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/node_modules/@stdlib/array/base/with/lib/assign.js

-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ function accessors( x, index, value, out, stride, offset ) {
132132
* @example
133133
* var Complex128 = require( '@stdlib/complex/float64/ctor' );
134134
* var Float64Array = require( '@stdlib/array/float64' );
135-
* var arraylike2object = require( '@stdlib/array/base/arraylike2object' );
136135
*
137136
* var x = new Float64Array( [ 1.0, 2.0, 3.0, 4.0 ] );
138137
*

lib/node_modules/@stdlib/array/base/without/lib/assign.js

-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ function accessors( x, index, out, stride, offset ) {
129129
* @example
130130
* var Complex128 = require( '@stdlib/complex/float64/ctor' );
131131
* var Float64Array = require( '@stdlib/array/float64' );
132-
* var arraylike2object = require( '@stdlib/array/base/arraylike2object' );
133132
*
134133
* var x = new Float64Array( [ 1.0, 2.0, 3.0, 4.0 ] );
135134
*

0 commit comments

Comments
 (0)