API reference / @evolu/common / Type / Int
Variable: Int
const Int: BrandType<
Type<"Number", number, number, NumberError, number, NumberError>,
"Int",
IntError,
NumberError
>;
Defined in: packages/common/src/Type.ts:1616
Integer within the safe range of JavaScript numbers.