Skip to content

NonNegativeInt

const NonNegativeInt: refine<number, typeof NonNegative>

Defined in: node_modules/.pnpm/effect@3.14.8/node_modules/effect/dist/dts/Schema.d.ts:3192

A non-negative integer. +Infinity is excluded.

Since

3.11.10