Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "state"

Index

Classes

Type aliases

Type aliases

StateUpdateFn

StateUpdateFn<S>: function

Type of the transformation functions that can be used to update a State object.

Type parameters

  • S

Type declaration

    • (s: S): S
    • Parameters

      • s: S

      Returns S

Generated using TypeDoc