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 12, 2023
1 parent 440aa1c commit 1327698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ import RandomStream = require( './index' );

// The constructor returns a stream...
{
// tslint:disable: no-unused-expression
/* eslint-disable @typescript-eslint/no-unused-expressions */
new RandomStream( 2.0, 5.0 ); // $ExpectType RandomStream
new RandomStream( 2.0, 5.0, {} ); // $ExpectType RandomStream
new RandomStream( 2.0, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream

// tslint:enable: no-unused-expression
/* eslint-enable @typescript-eslint/no-unused-expressions */
}

// The constructor is callable...
Expand Down

0 comments on commit 1327698

Please sign in to comment.