Skip to content

safeGetRateTable

This content is not available in your language yet.

function safeGetRateTable(input, options?): SafeResult<readonly MonthlyBaseRate[]>;

Defined in: safe.ts:144

Non-throwing variant of getRateTable. When ok is true, the value matches getRateTable for the same inputs and options.

ParameterType
inputunknown
optionsRatesOptions

SafeResult<readonly MonthlyBaseRate[]>