From 03760e0899440dbde4922ae8e40307faf3c91c1d Mon Sep 17 00:00:00 2001 From: Philipp Burckhardt Date: Tue, 2 Jun 2026 11:30:16 -0500 Subject: [PATCH] docs: remove unused types reference in `@stdlib/assert/is-empty-collection` The `/// ` directive is unused: the declaration only references the built-in `any` and `boolean` types. Drop it to match the sibling `is-empty-array-like-object`, which declares an analogous predicate without the directive. --- 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_pkg_readmes status: na - task: lint_markdown_docs status: na - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - 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: passed - task: lint_license_headers status: passed --- --- .../@stdlib/assert/is-empty-collection/docs/types/index.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/node_modules/@stdlib/assert/is-empty-collection/docs/types/index.d.ts b/lib/node_modules/@stdlib/assert/is-empty-collection/docs/types/index.d.ts index cdf1bd268eb9..d418a86686f2 100644 --- a/lib/node_modules/@stdlib/assert/is-empty-collection/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/assert/is-empty-collection/docs/types/index.d.ts @@ -18,8 +18,6 @@ // TypeScript Version: 4.1 -/// - /** * Tests if a value is an empty collection. *