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 17, 2024
1 parent a880def commit fee90fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ import isNonConfigurableProperty = require( './../../is-nonconfigurable-property
import isNonConfigurablePropertyIn = require( './../../is-nonconfigurable-property-in' );
import isNonEnumerableProperty = require( './../../is-nonenumerable-property' );
import isNonEnumerablePropertyIn = require( './../../is-nonenumerable-property-in' );
import isNonNegativeFinite = require( './../../is-nonnegative-finite' );
import isNonNegativeInteger = require( './../../is-nonnegative-integer' );
import isNonNegativeIntegerArray = require( './../../is-nonnegative-integer-array' );
import isNonNegativeNumber = require( './../../is-nonnegative-number' );
Expand Down Expand Up @@ -4336,6 +4337,8 @@ interface Namespace {
*/
isNonEnumerablePropertyIn: typeof isNonEnumerablePropertyIn;

isNonNegativeFinite: typeof isNonNegativeFinite;

/**
* Tests if a value is a nonnegative integer.
*
Expand Down

0 comments on commit fee90fe

Please sign in to comment.