API reference › @evolu/common › Type › NonNegativeInt
type NonNegativeInt = number &
Brand<"NonNaN"> &
Brand<"Finite"> &
Brand<"Int"> &
Brand<"NonNegative">;
Defined in: packages/common/src/Type.ts:4731
Non-negative Int.
API reference › @evolu/common › Type › NonNegativeInt
type NonNegativeInt = number &
Brand<"NonNaN"> &
Brand<"Finite"> &
Brand<"Int"> &
Brand<"NonNegative">;
Defined in: packages/common/src/Type.ts:4731
Non-negative Int.