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 Mar 16, 2024
1 parent b6e912b commit b964ca7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1710,6 +1710,15 @@ setReadOnly( ns, 'isNonEnumerableProperty', require( './../is-nonenumerable-prop
*/
setReadOnly( ns, 'isNonEnumerablePropertyIn', require( './../is-nonenumerable-property-in' ) );

/**
* @name isNonNegativeFinite
* @memberof ns
* @readonly
* @type {Function}
* @see {@link module:@stdlib/assert/is-nonnegative-finite}
*/
setReadOnly( ns, 'isNonNegativeFinite', require( './../is-nonnegative-finite' ) );

/**
* @name isNonNegativeInteger
* @memberof ns
Expand Down

0 comments on commit b964ca7

Please sign in to comment.