API reference › @evolu/common › Type › NegativeInt
type NegativeInt = number &
Brand<"NonNaN"> &
Brand<"Finite"> &
Brand<"Int"> &
Brand<"NonPositive"> &
Brand<"Negative">;
Defined in: packages/common/src/Type.ts:6694
Negative Int.
Also satisfies NonPositiveInt, so it can be used wherever a non-positive integer is required.