We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a20d0d commit 83b8979Copy full SHA for 83b8979
1 file changed
lib/node_modules/@stdlib/utils/while/docs/types/index.d.ts
@@ -51,7 +51,7 @@ type Predicate = ( i: number ) => boolean;
51
*
52
* whilst( predicate, beep );
53
*/
54
-declare function whilst<T extends Function>( predicate: Predicate, fcn: T, thisArg?: ThisParameterType<T> ): void; // tslint:disable-line: max-line-length
+declare function whilst<T extends Function>( predicate: Predicate, fcn: T, thisArg?: ThisParameterType<T> ): void;
55
56
57
// EXPORTS //
0 commit comments