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.
Parameters
Seção intitulada “Parameters”| Parameter | Type |
|---|---|
input | unknown |
options | RatesOptions |