ts.data.json - v4.1.0
    Preparing search index...

    Type Alias DecoderOutput<D>

    DecoderOutput: D extends Decoder<infer T> ? T : never

    Infers the decoder output type.

    Type Parameters

    • D