From b964ca74aa841b4cb3a7560a219c90e659dcd9ba Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sat, 16 Mar 2024 07:19:26 +0000 Subject: [PATCH] Auto-generated commit --- lib/index.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/index.js b/lib/index.js index 81c8e4eb..7e6b66cb 100644 --- a/lib/index.js +++ b/lib/index.js @@ -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