Bagikan melalui


Transformer type

type Transformer<TFrom, TTo> = (input: TFrom) => TTo