Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Nov 8, 2022
1 parent 347e61f commit c8f5851
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

2 changes: 1 addition & 1 deletion entries-in/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down

0 comments on commit c8f5851

Please sign in to comment.