• The same as the array decoder, but accepts a fixed amount of array elements and you can specify each element type, much like the tuple type

    Type Parameters

    Parameters

    • codecs: TS

    Returns functional.Codec<{
        [i in string | number | symbol]: TS[i] extends functional.Codec<U>
            ? U
            : never
    }>

Generated using TypeDoc