API reference / @evolu/common / Type / maxPositiveInt

Variable: maxPositiveInt

const maxPositiveInt: number &
  Brand<"Int"> &
  Brand<"NonNegative"> &
  Brand<"Positive">;

Defined in: packages/common/src/Type.ts:1885

Maximum safe positive integer value for practically infinite operations.

Was this page helpful?