Skip to content

Commit bdd0013

Browse files
committed
docs: update JSDoc
--- 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 374953a commit bdd0013

File tree

1 file changed

+0
-2
lines changed
  • lib/node_modules/@stdlib/ndarray/base/assert/is-complex-floating-point-data-type/lib

1 file changed

+0
-2
lines changed

lib/node_modules/@stdlib/ndarray/base/assert/is-complex-floating-point-data-type/lib/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ var isDataType = contains( dtypes( 'complex_floating_point' ) );
3434
/**
3535
* Tests whether an input value is a supported ndarray complex-valued floating-point data type.
3636
*
37-
* @name isComplexFloatingPointDataType
38-
* @type {Function}
3937
* @param {*} v - value to test
4038
* @returns {boolean} boolean indicating whether an input value is a supported ndarray complex-valued floating-point data type
4139
*

0 commit comments

Comments
 (0)