Pular para o conteúdo

safeGetRateForCohort

function safeGetRateForCohort(input, options?): SafeResult<CohortRateResult>;

Defined in: safe.ts:125

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

ParameterType
inputunknown
optionsRatesOptions

SafeResult<CohortRateResult>