• Decodes bits into an array of booleans.

    Type Parameters

    • TSize extends number

    Parameters

    • size: TSize

      The amount of bytes to use for the bit array.

    • Optionalconfig: boolean | BitArrayCodecConfig

      A set of config for the decoder.

    Returns FixedSizeDecoder<boolean[], TSize>