API reference › @evolu/common › Type › NonPositiveInt
type NonPositiveInt = number & Brand<"Int"> & Brand<"NonPositive">;
Defined in: packages/common/src/Type.ts:2144
Non-positive integer (≤ 0).
API reference › @evolu/common › Type › NonPositiveInt
type NonPositiveInt = number & Brand<"Int"> & Brand<"NonPositive">;
Defined in: packages/common/src/Type.ts:2144
Non-positive integer (≤ 0).