Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Conversion<I, O>

A pair of functions that match and transform input to output

Type parameters

  • I

  • O

Hierarchy

  • Conversion

Index

Properties

Properties

match

match: MatchFn<I>

transform

transform: TransformFn<I, O>

Generated using TypeDoc