Type alias TupleItemDecoders<T>

TupleItemDecoders<T>: {
    [K in keyof T]: Decoder<T[K]>
}

Creates a tuple of decoders from a tuple type.

Type Parameters

Generated using TypeDoc