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 7ebf161 commit a50d967Copy full SHA for a50d967
lib/node_modules/@stdlib/ndarray/pop/lib/main.js
@@ -40,6 +40,7 @@ var format = require( '@stdlib/string/format' );
40
* @throws {RangeError} dimension index exceeds the number of dimensions
41
* @throws {TypeError} first argument must be an ndarray having one or more dimensions
42
* @throws {TypeError} options arguments must be an object
43
+* @throws {TypeError} must provide valid options
44
* @returns {Array<ndarray>} a list of ndarray views
45
*
46
* @example
0 commit comments