Skip to content

b85decode

b85decode(s: string | Uint8Array<ArrayBufferLike>): Uint8Array

Defined in: packages/pythonlib/src/base64.ts:365

Decode Base85 encoded bytes-like object and return bytes.

Parameters

ParameterTypeDescription
sstring | Uint8Array<ArrayBufferLike>Base85 encoded data

Returns

Uint8Array

Decoded Uint8Array