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:1563

Was this page helpful?