Skip to content

Commit 79d54d2

Browse files
chore: fix JavaScript lint error (issue #9067)
1 parent aca91ba commit 79d54d2

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/base/assert/is-signed-integer-data-type/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/base/assert/is-signed-integer-data-type/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
* bool = isSignedIntegerDataType( 'foo' );
5959
* // returns false
6060
*/
61-
declare function isSignedIntegerDataType( v: any ): boolean;
61+
declare function isSignedIntegerDataType( v: unknown ): boolean;
6262

6363

6464
// EXPORTS //

0 commit comments

Comments
 (0)