Skip to content

Commit e700afd

Browse files
committed
docs: update type
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: passed - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 4a1b036 commit e700afd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+63
-63
lines changed

lib/node_modules/@stdlib/ndarray/base/count-truthy/lib/0d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* @private
2727
* @param {Object} x - object containing ndarray meta data
28-
* @param {string} x.dtype - data type
28+
* @param {*} x.dtype - data type
2929
* @param {Collection} x.data - data buffer
3030
* @param {NonNegativeIntegerArray} x.shape - dimensions
3131
* @param {IntegerArray} x.strides - stride lengths

lib/node_modules/@stdlib/ndarray/base/count-truthy/lib/0d_accessors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* @private
2727
* @param {Object} x - object containing ndarray meta data
28-
* @param {string} x.dtype - data type
28+
* @param {*} x.dtype - data type
2929
* @param {Collection} x.data - data buffer
3030
* @param {NonNegativeIntegerArray} x.shape - dimensions
3131
* @param {IntegerArray} x.strides - stride lengths

lib/node_modules/@stdlib/ndarray/base/count-truthy/lib/0d_complex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* @private
2727
* @param {Object} x - object containing ndarray meta data
28-
* @param {string} x.dtype - data type
28+
* @param {*} x.dtype - data type
2929
* @param {Collection} x.data - data buffer
3030
* @param {NonNegativeIntegerArray} x.shape - dimensions
3131
* @param {IntegerArray} x.strides - stride lengths

lib/node_modules/@stdlib/ndarray/base/count-truthy/lib/10d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var strides2order = require( '@stdlib/ndarray/base/strides2order' );
3232
*
3333
* @private
3434
* @param {Object} x - object containing ndarray meta data
35-
* @param {string} x.dtype - data type
35+
* @param {*} x.dtype - data type
3636
* @param {Collection} x.data - data buffer
3737
* @param {NonNegativeIntegerArray} x.shape - dimensions
3838
* @param {IntegerArray} x.strides - stride lengths

lib/node_modules/@stdlib/ndarray/base/count-truthy/lib/10d_accessors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var strides2order = require( '@stdlib/ndarray/base/strides2order' );
3232
*
3333
* @private
3434
* @param {Object} x - object containing ndarray meta data
35-
* @param {string} x.dtype - data type
35+
* @param {*} x.dtype - data type
3636
* @param {Collection} x.data - data buffer
3737
* @param {NonNegativeIntegerArray} x.shape - dimensions
3838
* @param {IntegerArray} x.strides - stride lengths

lib/node_modules/@stdlib/ndarray/base/count-truthy/lib/10d_blocked.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var blockSize = require( '@stdlib/ndarray/base/nullary-tiling-block-size' );
3333
*
3434
* @private
3535
* @param {Object} x - object containing ndarray meta data
36-
* @param {string} x.dtype - data type
36+
* @param {*} x.dtype - data type
3737
* @param {Collection} x.data - data buffer
3838
* @param {NonNegativeIntegerArray} x.shape - dimensions
3939
* @param {IntegerArray} x.strides - stride lengths

lib/node_modules/@stdlib/ndarray/base/count-truthy/lib/10d_blocked_accessors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var blockSize = require( '@stdlib/ndarray/base/nullary-tiling-block-size' );
3333
*
3434
* @private
3535
* @param {Object} x - object containing ndarray meta data
36-
* @param {string} x.dtype - data type
36+
* @param {*} x.dtype - data type
3737
* @param {Collection} x.data - data buffer
3838
* @param {NonNegativeIntegerArray} x.shape - dimensions
3939
* @param {IntegerArray} x.strides - stride lengths

lib/node_modules/@stdlib/ndarray/base/count-truthy/lib/10d_blocked_complex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var blockSize = require( '@stdlib/ndarray/base/nullary-tiling-block-size' );
3333
*
3434
* @private
3535
* @param {Object} x - object containing ndarray meta data
36-
* @param {string} x.dtype - data type
36+
* @param {*} x.dtype - data type
3737
* @param {Collection} x.data - data buffer
3838
* @param {NonNegativeIntegerArray} x.shape - dimensions
3939
* @param {IntegerArray} x.strides - stride lengths

lib/node_modules/@stdlib/ndarray/base/count-truthy/lib/10d_complex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var strides2order = require( '@stdlib/ndarray/base/strides2order' );
3232
*
3333
* @private
3434
* @param {Object} x - object containing ndarray meta data
35-
* @param {string} x.dtype - data type
35+
* @param {*} x.dtype - data type
3636
* @param {Collection} x.data - data buffer
3737
* @param {NonNegativeIntegerArray} x.shape - dimensions
3838
* @param {IntegerArray} x.strides - stride lengths

lib/node_modules/@stdlib/ndarray/base/count-truthy/lib/1d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* @private
2727
* @param {Object} x - object containing ndarray meta data
28-
* @param {string} x.dtype - data type
28+
* @param {*} x.dtype - data type
2929
* @param {Collection} x.data - data buffer
3030
* @param {NonNegativeIntegerArray} x.shape - dimensions
3131
* @param {IntegerArray} x.strides - stride lengths

0 commit comments

Comments
 (0)