We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc569f commit 7e7d42aCopy full SHA for 7e7d42a
docs/types/test.ts
@@ -125,7 +125,7 @@ import random = require( './index' );
125
// The `factory` method returns a function which returns an array...
126
{
127
const fcn1 = random.factory( -10, 10 );
128
- fcn1( 10, ); // $ExpectType RandomArray
+ fcn1( 10 ); // $ExpectType RandomArray
129
130
const fcn2 = random.factory();
131
fcn2( 10, -10, 10 ); // $ExpectType RandomArray
0 commit comments