API Reference / @evolu/common / Type / nonNegative
Variable: nonNegative
const nonNegative: BrandFactory<"NonNegative", number, NonNegativeError>;
Defined in: packages/common/src/Type.ts:1488
Non-negative number.
Example
const NonNegativeNumber = nonNegative(Number);