Skip to content

Commit 83b8979

Browse files
committed
style: remove comment
1 parent 3a20d0d commit 83b8979

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/utils/while/docs/types

lib/node_modules/@stdlib/utils/while/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ type Predicate = ( i: number ) => boolean;
5151
*
5252
* whilst( predicate, beep );
5353
*/
54-
declare function whilst<T extends Function>( predicate: Predicate, fcn: T, thisArg?: ThisParameterType<T> ): void; // tslint:disable-line: max-line-length
54+
declare function whilst<T extends Function>( predicate: Predicate, fcn: T, thisArg?: ThisParameterType<T> ): void;
5555

5656

5757
// EXPORTS //

0 commit comments

Comments
 (0)