UNPKG

@digitalpersona/core

Version:
14 lines (8 loc) 404 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/core](./core.md) &gt; [Base64](./core.base64.md) &gt; [fromBytes](./core.base64.frombytes.md) ## Base64.fromBytes property Converts a byte array to a Base64-encoded string. <b>Signature:</b> ```typescript static fromBytes: (bytes: Uint8Array) => Base64String; ```