Skip to content

Commit 959ce11

Browse files
committed
Remove memoized ndarray constructor from namespace
1 parent 922f0f4 commit 959ce11

File tree

1 file changed

+0
-9
lines changed
  • lib/node_modules/@stdlib/ndarray/lib

1 file changed

+0
-9
lines changed

lib/node_modules/@stdlib/ndarray/lib/index.js

-9
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,6 @@ setReadOnly( ns, 'ind2sub', require( '@stdlib/ndarray/ind2sub' ) );
9999
*/
100100
setReadOnly( ns, 'ndarrayIndexModes', require( '@stdlib/ndarray/index-modes' ) );
101101

102-
/**
103-
* @name ndarrayMemoized
104-
* @memberof ns
105-
* @readonly
106-
* @type {Function}
107-
* @see {@link module:@stdlib/ndarray/memoized-ctor}
108-
*/
109-
setReadOnly( ns, 'ndarrayMemoized', require( '@stdlib/ndarray/memoized-ctor' ) );
110-
111102
/**
112103
* @name ndarrayMinDataType
113104
* @memberof ns

0 commit comments

Comments
 (0)