Umi — API References - v1.3.0
    Preparing search index...

    Variable baseXResliceConst

    baseXReslice: (alphabet: string, bits: number) => Serializer<string>

    A string serializer that reslices bytes into custom chunks of bits that are then mapped to a custom alphabet.

    This can be used to create serializers whose alphabet is a power of 2 such as base16 or base64.

    Type Declaration

      • (alphabet: string, bits: number): Serializer<string>
      • Parameters

        • alphabet: string
        • bits: number

        Returns Serializer<string>