Options
All
  • Public
  • Public/Protected
  • All
Menu

An object which emits its data (or subsets of it) as each field is set or changed. This can be used to maintain application state or configuration. (This tastes a little Redux-y, but is implemented more as a utility library leveraging RxJs than as a framework).

Index

Type aliases

ArrayElement

ArrayElement<A>: A extends readonly infer T[] ? T : never

Type parameters

  • A

LogLevel

LogLevel: "DEBUG" | "INFO" | "WARN" | "ERROR"