Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Athan <[email protected]>
  • Loading branch information
kgryte authored Feb 24, 2024
1 parent 754ca0a commit 7a4e95b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* var bool = isRaggedNestedArray( 'beep' );
* // returns false
*/
declare function isRaggedNestedArray( value: any ): value is ArrayLike<any>;
declare function isRaggedNestedArray( value: any ): boolean;


// EXPORTS //
Expand Down

0 comments on commit 7a4e95b

Please sign in to comment.