Functions
Const temporalCmp
-
Type parameters
-
T: "scenario" | "incomeStream" | "asset" | "liability" | "income" | "expense" | "incomeTax" | "person" | "text"
Parameters
Returns 1 | 0 | -1
Const temporalSort
- temporalSort<I>(l: Iterable<I>): I[]
-
Type parameters
-
I: TemporalItem<"scenario" | "incomeStream" | "asset" | "liability" | "income" | "expense" | "incomeTax" | "person" | "text", I>
Parameters
Returns I[]
A utility container that allows looking up items by date. This is used to pick the appropriate version of an item by its start date.