Skip to main content

optionalBase64ToBytes

optionalBase64ToBytes(value?): undefined | Uint8Array

Absent and empty both decode to undefined: a zero-length Uint8Array is truthy and would never terminate a protocol loop.

Parameters

value?

null | string

Returns

undefined | Uint8Array