UNPKG

@digitalpersona/core

Version:
14 lines (8 loc) 420 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/core](./core.md) &gt; [Utf16](./core.utf16.md) &gt; [fromBase64Url](./core.utf16.frombase64url.md) ## Utf16.fromBase64Url property Decodes a Base64url-encoded string to a UTF16 string. <b>Signature:</b> ```typescript static fromBase64Url: (s: Base64UrlString) => Utf16String; ```