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 Sep 27, 2022
1 parent 94a8356 commit 11b09c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import isURIError = require( './index' );
isURIError( {} ); // $ExpectType boolean
}

// The function does not compile if provided insufficient arguments...
// The compiler throws an error if the function is provided insufficient arguments...
{
isURIError(); // $ExpectError
isURIError( new URIError( 'beep' ), 123 ); // $ExpectError
Expand Down

0 comments on commit 11b09c7

Please sign in to comment.