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<A>: A extends readonly infer T[] ? T : never

Type parameters

  • A

Functions

  • deepEquals(a: any, b: any): boolean
  • Parameters

    • a: any
    • b: any

    Returns boolean