Capsium TypeScript API
Capsium
GitHub
Preparing search index...
@capsium/core
bytesToBase64
Function bytesToBase64
bytesToBase64
(
bytes
:
Uint8Array
)
:
string
Isomorphic base64 encode (btoa exists in Node >= 16 and browsers).
Parameters
bytes
:
Uint8Array
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Capsium
GitHub
Capsium TypeScript API
Loading...
Isomorphic base64 encode (btoa exists in Node >= 16 and browsers).