CCC Docs
    Preparing search index...

    Function codecPadding

    • Create a codec for padding bytes. The padding bytes are zero-filled when encoding and ignored when decoding.

      Parameters

      • byteLength: number

        The length of the padding in bytes.

      Returns Codec<undefined | null | void, void>