Type Alias FixedSizeEncoder<TFrom, TSize>

FixedSizeEncoder: BaseEncoder<TFrom> & { fixedSize: TSize }

Type Parameters

  • TFrom
  • TSize extends number = number

Type declaration

  • ReadonlyfixedSize: TSize

    The fixed size of the encoded value in bytes.