FunctionsCommonIsNonNegativeIntegerCommonIsNonNegativeInteger CallableCommonIsNonNegativeInteger(value: unknown): value is numberType guard which checks that a value is a non-negative (i.e. positive or zero) integer@seeCommonIsIntegerParametersvalue: unknownThe value to testReturns value is number
Type guard which checks that a value is a non-negative (i.e. positive or zero) integer
CommonIsInteger