UNPKG

@digitalpersona/core

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