API reference / @evolu/common / Type / uint8ArrayToBase64Url
Variable: uint8ArrayToBase64Url()
const uint8ArrayToBase64Url: (bytes) => Base64Url;
Defined in: packages/common/src/Type.ts:1436
Encodes a Uint8Array to a Base64Url string.
Parameters
| Parameter | Type |
|---|---|
bytes | Uint8Array |