Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Apr 18, 2024
1 parent f22e1d9 commit da70087
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions is-nonnegative-number/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ bool = isNonNegativeNumber( null );

## See Also

- <span class="package-name">[`@stdlib/assert/is-nonnegative-finite`][@stdlib/assert/is-nonnegative-finite]</span><span class="delimiter">: </span><span class="description">test if a value is a number having a nonnegative finite value.</span>
- <span class="package-name">[`@stdlib/assert/is-nonnegative-integer`][@stdlib/assert/is-nonnegative-integer]</span><span class="delimiter">: </span><span class="description">test if a value is a number having a nonnegative integer value.</span>
- <span class="package-name">[`@stdlib/assert/is-number`][@stdlib/assert/is-number]</span><span class="delimiter">: </span><span class="description">test if a value is a number.</span>

</section>
Expand All @@ -149,6 +151,10 @@ bool = isNonNegativeNumber( null );

<!-- <related-links> -->

[@stdlib/assert/is-nonnegative-finite]: https://github.com/stdlib-js/assert/tree/main/is-nonnegative-finite

[@stdlib/assert/is-nonnegative-integer]: https://github.com/stdlib-js/assert/tree/main/is-nonnegative-integer

[@stdlib/assert/is-number]: https://github.com/stdlib-js/assert/tree/main/is-number

<!-- </related-links> -->
Expand Down

0 comments on commit da70087

Please sign in to comment.