From c8f58511e45d1dc7f820e50480fbbbcb158f563c Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Tue, 8 Nov 2022 21:57:21 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 - entries-in/docs/types/test.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index c62db53f..00000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2022-11-03T23:11:08.447Z diff --git a/entries-in/docs/types/test.ts b/entries-in/docs/types/test.ts index e1392b3b..be15c19b 100644 --- a/entries-in/docs/types/test.ts +++ b/entries-in/docs/types/test.ts @@ -23,7 +23,7 @@ import objectEntriesIn = require( './index' ); // The function returns an array of key-value pairs... { - objectEntriesIn( { 'beep': 'boop', 'foo': 3.14 } ); // $ExpectType [string, any][] + objectEntriesIn( { 'beep': 'boop', 'foo': 3.14 } ); // $ExpectType KeyValuePair[] } // The compiler throws an error if the function is provided an incorrect number of arguments...