API reference / @evolu/common / Type / NonNegativeNumber

Variable: NonNegativeNumber

const NonNegativeNumber: BrandType<
  Type<"Number", number, number, NumberError, number, NumberError>,
  "NonNegative",
  NonNegativeError,
  NumberError
>;

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

Was this page helpful?