From b594049b462a7099d4cf18de318a39a01c4ec273 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Wed, 28 Jun 2023 02:14:14 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 - CONTRIBUTORS | 1 + docs/types/index.d.ts | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 3d5a126..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-06-01T01:10:06.449Z diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2b5297f..0c2727b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -16,6 +16,7 @@ Joey Reed Jordan-Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com> Joris Labie Justin Dennison +KATTA NAGA NITHIN <88046362+nithinkatta@users.noreply.github.com> Marcus Matt Cochrane Milan Raj diff --git a/docs/types/index.d.ts b/docs/types/index.d.ts index 2053c1e..0f58887 100644 --- a/docs/types/index.d.ts +++ b/docs/types/index.d.ts @@ -32,7 +32,7 @@ * var bool = isFunction( beep ); * // returns true */ -declare function isFunction( value: any ): boolean; +declare function isFunction( value: any ): value is Function; // EXPORTS //