Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

// TypeScript Version: 4.1

/// <reference types="@stdlib/types"/>

/**
* Tests if a value is an empty collection.
*
Expand All @@ -42,7 +40,7 @@
* var bool = isEmptyCollection( {} );
* // returns false
*/
declare function isEmptyCollection( value: any ): boolean;

Check warning on line 43 in lib/node_modules/@stdlib/assert/is-empty-collection/docs/types/index.d.ts

View workflow job for this annotation

GitHub Actions / Lint Changed Files

Unexpected any. Specify a different type


// EXPORTS //
Expand Down