API reference / @evolu/common / Type / NonPositiveInt

Variable: NonPositiveInt

const NonPositiveInt: BrandType<
  Type<"Brand", number & Brand<"Int">, number, IntError, number, NumberError>,
  "NonPositive",
  NonPositiveError,
  NumberError | IntError
>;

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

Was this page helpful?