Skip to content

Function: getRoundingModes()

function getRoundingModes(locale): {
label: string;
value: RoundingDirection;
}[];

Defined in: shared/src/constants/settings.ts:77

ParameterType
localeLocale

{ label: string; value: RoundingDirection; }[]