Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ccff6bb

Browse files
authoredMay 23, 2025··
chore: fix JavaScript lint errors
PR-URL: #7066 Closes: #6826 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent b81fb3c commit ccff6bb

File tree

1 file changed

+2
-0
lines changed
  • lib/node_modules/@stdlib/number/int32/base/to-uint32/lib

1 file changed

+2
-0
lines changed
 

‎lib/node_modules/@stdlib/number/int32/base/to-uint32/lib/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@
2828
*
2929
* @example
3030
* var float64ToInt32 = require( '@stdlib/number/float64/base/to-int32' );
31+
*
3132
* var y = int32ToUint32( float64ToInt32( -1.0 ) );
3233
* // returns 4294967295
3334
*
3435
* @example
3536
* var float64ToInt32 = require( '@stdlib/number/float64/base/to-int32' );
37+
*
3638
* var y = int32ToUint32( float64ToInt32( 3 ) );
3739
* // returns 3
3840
*/

1 commit comments

Comments
 (1)

stdlib-bot commented on May 23, 2025

@stdlib-bot
Contributor

Coverage Report

Package Statements Branches Functions Lines
number/int32/base/to-uint32 $\color{green}93/93$
$\color{green}+100.00\%$
$\color{green}3/3$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}93/93$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.