jooby-codec
    Preparing search index...

    Variable getBase64FromBytes

    getBase64FromBytes: (bytes: TBytes) => string

    Convert byte array to base64 string.

    Type declaration

      • (bytes: TBytes): string
      • Parameters

        Returns string

    input: [0x02, 0x05, 0x0c, 0xff, 0x69, 0x8b, 0x7d]
    output: 'AgUM/2mLfQ=='