Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

Index

Classes

Functions

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

    • l: Iterable<I>

    Returns I[]

Generated using TypeDoc