UNPKG

@digitalpersona/core

Version:
14 lines (8 loc) 415 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; [fromUtf8](./core.base64url.fromutf8.md) ## Base64Url.fromUtf8 property Converts a UTF8 string to a Base64url-encoded string. <b>Signature:</b> ```typescript static fromUtf8: (s: Utf8String) => Base64UrlString; ```