Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Chain<F, D>

Chain an Extractor, Differ, and Actions together so that this common flow can be expressed in a type safe way

Type parameters

  • F

    fingerprint format

  • D: Changes

    diff format

Hierarchy

  • Chain

Index

Properties

Properties

actions

actions: Array<Action<F, D>>

differ

differ: Differ<F, D>

extractor

extractor: Extractor<F>

Generated using TypeDoc