API reference / @evolu/common / Type / NonNegativeInt

Variable: NonNegativeInt

const NonNegativeInt: BrandType<
  Type<"Brand", number & Brand<"Int">, number, IntError, number, NumberError>,
  "NonNegative",
  NonNegativeError,
  NumberError | IntError
>;

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

Was this page helpful?