API reference › @evolu/common › Type › Ratio
const Ratio: brand(
"Ratio",
lessThanOrEqualTo(1)(NonNegativeFiniteNumber),
);
Defined in: packages/common/src/Type.ts:6905
Finite Number from zero to one, inclusive.
Ratios are the numeric representation of percentages: 0.25 represents 25%.