Skip to content

Commit 4a1b036

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 1285c82 commit 4a1b036

Some content is hidden

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

42 files changed

+42
-42
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @private
2727
* @param {Object} x - object containing ndarray meta data
2828
* @param {ndarrayLike} x.ref - reference to the original ndarray-like object
29-
* @param {string} x.dtype - data type
29+
* @param {*} x.dtype - data type
3030
* @param {Collection} x.data - data buffer
3131
* @param {NonNegativeIntegerArray} x.shape - dimensions
3232
* @param {IntegerArray} x.strides - stride lengths

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @private
2727
* @param {Object} x - object containing ndarray meta data
2828
* @param {ndarrayLike} x.ref - reference to the original ndarray-like object
29-
* @param {string} x.dtype - data type
29+
* @param {*} x.dtype - data type
3030
* @param {Collection} x.data - data buffer
3131
* @param {NonNegativeIntegerArray} x.shape - dimensions
3232
* @param {IntegerArray} x.strides - stride lengths

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var take = require( '@stdlib/array/base/take-indexed' );
3636
* @private
3737
* @param {Object} x - object containing ndarray meta data
3838
* @param {ndarrayLike} x.ref - reference to the original ndarray-like object
39-
* @param {string} x.dtype - data type
39+
* @param {*} x.dtype - data type
4040
* @param {Collection} x.data - data buffer
4141
* @param {NonNegativeIntegerArray} x.shape - dimensions
4242
* @param {IntegerArray} x.strides - stride lengths

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var take = require( '@stdlib/array/base/take-indexed' );
3636
* @private
3737
* @param {Object} x - object containing ndarray meta data
3838
* @param {ndarrayLike} x.ref - reference to the original ndarray-like object
39-
* @param {string} x.dtype - data type
39+
* @param {*} x.dtype - data type
4040
* @param {Collection} x.data - data buffer
4141
* @param {NonNegativeIntegerArray} x.shape - dimensions
4242
* @param {IntegerArray} x.strides - stride lengths

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var reverse = require( '@stdlib/array/base/reverse' );
3636
* @private
3737
* @param {Object} x - object containing ndarray meta data
3838
* @param {ndarrayLike} x.ref - reference to the original ndarray-like object
39-
* @param {string} x.dtype - data type
39+
* @param {*} x.dtype - data type
4040
* @param {Collection} x.data - data buffer
4141
* @param {NonNegativeIntegerArray} x.shape - dimensions
4242
* @param {IntegerArray} x.strides - stride lengths

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var reverse = require( '@stdlib/array/base/reverse' );
3636
* @private
3737
* @param {Object} x - object containing ndarray meta data
3838
* @param {ndarrayLike} x.ref - reference to the original ndarray-like object
39-
* @param {string} x.dtype - data type
39+
* @param {*} x.dtype - data type
4040
* @param {Collection} x.data - data buffer
4141
* @param {NonNegativeIntegerArray} x.shape - dimensions
4242
* @param {IntegerArray} x.strides - stride lengths

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @private
2727
* @param {Object} x - object containing ndarray meta data
2828
* @param {ndarrayLike} x.ref - reference to the original ndarray-like object
29-
* @param {string} x.dtype - data type
29+
* @param {*} x.dtype - data type
3030
* @param {Collection} x.data - data buffer
3131
* @param {NonNegativeIntegerArray} x.shape - dimensions
3232
* @param {IntegerArray} x.strides - stride lengths

lib/node_modules/@stdlib/ndarray/base/count-if/lib/1d_accessors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @private
2727
* @param {Object} x - object containing ndarray meta data
2828
* @param {ndarrayLike} x.ref - reference to the original ndarray-like object
29-
* @param {string} x.dtype - data type
29+
* @param {*} x.dtype - data type
3030
* @param {Collection} x.data - data buffer
3131
* @param {NonNegativeIntegerArray} x.shape - dimensions
3232
* @param {IntegerArray} x.strides - stride lengths

lib/node_modules/@stdlib/ndarray/base/count-if/lib/2d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var take = require( '@stdlib/array/base/take-indexed' );
3434
* @private
3535
* @param {Object} x - object containing ndarray meta data
3636
* @param {ndarrayLike} x.ref - reference to the original ndarray-like object
37-
* @param {string} x.dtype - data type
37+
* @param {*} x.dtype - data type
3838
* @param {Collection} x.data - data buffer
3939
* @param {NonNegativeIntegerArray} x.shape - dimensions
4040
* @param {IntegerArray} x.strides - stride lengths

lib/node_modules/@stdlib/ndarray/base/count-if/lib/2d_accessors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var take = require( '@stdlib/array/base/take-indexed' );
3434
* @private
3535
* @param {Object} x - object containing ndarray meta data
3636
* @param {ndarrayLike} x.ref - reference to the original ndarray-like object
37-
* @param {string} x.dtype - data type
37+
* @param {*} x.dtype - data type
3838
* @param {Collection} x.data - data buffer
3939
* @param {NonNegativeIntegerArray} x.shape - dimensions
4040
* @param {IntegerArray} x.strides - stride lengths

0 commit comments

Comments
 (0)