Skip to content

NonNegativeInt

const NonNegativeInt: refine<number, typeof NonNegative>

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

A non-negative integer. +Infinity is excluded.

3.11.10