Skip to content

Commit ff435c0

Browse files
committed
docs: update dtype 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: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 697b9ed commit ff435c0

File tree

33 files changed

+33
-33
lines changed

33 files changed

+33
-33
lines changed

lib/node_modules/@stdlib/stats/cumax/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ var table = {
6060
* @param {ndarray} x - input ndarray
6161
* @param {Options} [options] - function options
6262
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform a reduction
63-
* @param {string} [options.dtype] - output ndarray data type
63+
* @param {*} [options.dtype] - output ndarray data type
6464
* @throws {TypeError} first argument must be an ndarray-like object
6565
* @throws {TypeError} options argument must be an object
6666
* @throws {RangeError} dimension indices must not exceed input ndarray bounds

lib/node_modules/@stdlib/stats/cumin/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ var table = {
6060
* @param {ndarray} x - input ndarray
6161
* @param {Options} [options] - function options
6262
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform a reduction
63-
* @param {string} [options.dtype] - output ndarray data type
63+
* @param {*} [options.dtype] - output ndarray data type
6464
* @throws {TypeError} first argument must be an ndarray-like object
6565
* @throws {TypeError} options argument must be an object
6666
* @throws {RangeError} dimension indices must not exceed input ndarray bounds

lib/node_modules/@stdlib/stats/max-by/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var table = {
4949
* @param {Options} [options] - function options
5050
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform a reduction
5151
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions
52-
* @param {string} [options.dtype] - output ndarray data type
52+
* @param {*} [options.dtype] - output ndarray data type
5353
* @param {Function} clbk - callback function
5454
* @param {*} [thisArg] - callback function execution context
5555
* @throws {TypeError} first argument must be an ndarray-like object

lib/node_modules/@stdlib/stats/max/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ var table = {
5959
* @param {Options} [options] - function options
6060
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform a reduction
6161
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions
62-
* @param {string} [options.dtype] - output ndarray data type
62+
* @param {*} [options.dtype] - output ndarray data type
6363
* @throws {TypeError} first argument must be an ndarray-like object
6464
* @throws {TypeError} options argument must be an object
6565
* @throws {RangeError} dimension indices must not exceed input ndarray bounds

lib/node_modules/@stdlib/stats/maxabs/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ var table = {
5959
* @param {Options} [options] - function options
6060
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform a reduction
6161
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions
62-
* @param {string} [options.dtype] - output ndarray data type
62+
* @param {*} [options.dtype] - output ndarray data type
6363
* @throws {TypeError} first argument must be an ndarray-like object
6464
* @throws {TypeError} options argument must be an object
6565
* @throws {RangeError} dimension indices must not exceed input ndarray bounds

lib/node_modules/@stdlib/stats/maxsorted/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ var table = {
5959
* @param {Options} [options] - function options
6060
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform a reduction
6161
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions
62-
* @param {string} [options.dtype] - output ndarray data type
62+
* @param {*} [options.dtype] - output ndarray data type
6363
* @throws {TypeError} first argument must be an ndarray-like object
6464
* @throws {TypeError} options argument must be an object
6565
* @throws {RangeError} dimension indices must not exceed input ndarray bounds

lib/node_modules/@stdlib/stats/mean/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ var table = {
5959
* @param {Options} [options] - function options
6060
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform a reduction
6161
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions
62-
* @param {string} [options.dtype] - output ndarray data type
62+
* @param {*} [options.dtype] - output ndarray data type
6363
* @throws {TypeError} first argument must be an ndarray-like object
6464
* @throws {TypeError} options argument must be an object
6565
* @throws {RangeError} dimension indices must not exceed input ndarray bounds

lib/node_modules/@stdlib/stats/meankbn/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ var table = {
5959
* @param {Options} [options] - function options
6060
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform a reduction
6161
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions
62-
* @param {string} [options.dtype] - output ndarray data type
62+
* @param {*} [options.dtype] - output ndarray data type
6363
* @throws {TypeError} first argument must be an ndarray-like object
6464
* @throws {TypeError} options argument must be an object
6565
* @throws {RangeError} dimension indices must not exceed input ndarray bounds

lib/node_modules/@stdlib/stats/meankbn2/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ var table = {
5959
* @param {Options} [options] - function options
6060
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform a reduction
6161
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions
62-
* @param {string} [options.dtype] - output ndarray data type
62+
* @param {*} [options.dtype] - output ndarray data type
6363
* @throws {TypeError} first argument must be an ndarray-like object
6464
* @throws {TypeError} options argument must be an object
6565
* @throws {RangeError} dimension indices must not exceed input ndarray bounds

lib/node_modules/@stdlib/stats/meanors/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ var table = {
5959
* @param {Options} [options] - function options
6060
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform a reduction
6161
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions
62-
* @param {string} [options.dtype] - output ndarray data type
62+
* @param {*} [options.dtype] - output ndarray data type
6363
* @throws {TypeError} first argument must be an ndarray-like object
6464
* @throws {TypeError} options argument must be an object
6565
* @throws {RangeError} dimension indices must not exceed input ndarray bounds

0 commit comments

Comments
 (0)