API Reference / @evolu/common / Type / int
Variable: int
const int: BrandFactory<"Int", number, IntError>;
Defined in: packages/common/src/Type.ts:1533
Integer within the safe range of JavaScript numbers.
Example
const Int = int(Number);
API Reference / @evolu/common / Type / int
const int: BrandFactory<"Int", number, IntError>;
Defined in: packages/common/src/Type.ts:1533
Integer within the safe range of JavaScript numbers.
const Int = int(Number);