Options
All
  • Public
  • Public/Protected
  • All
Menu

A meta converter that takes an array of other converters as input. It chains these converters by finding intermediate types that are supported by converters on either side.

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly converters

Protected Readonly logger

logger: Logger = ...

Accessors

first

last

Methods

canHandle

Private filterTypes

  • filterTypes(typeVals: Record<string, number>): string[]

getInputTypes

  • getInputTypes(): Promise<Record<string, number>>

Protected getMatchingType

getOutputTypes

  • getOutputTypes(): Promise<Record<string, number>>

handle

handleSafe