UNPKG

is-positive-int

Version:

Validate if a value is a positive integer between 0 & Number.MAX_SAFE_INTEGER

4 lines (2 loc) 90 B
declare function isPositiveInt(n: number): boolean; export { isPositiveInt as default };