UNPKG

@digitalpersona/core

Version:
25 lines (14 loc) 585 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/core](./core.md) &gt; [Base32](./core.base32.md) &gt; [fromBytes](./core.base32.frombytes.md) ## Base32.fromBytes() method Converts a byte array to a Base32-encoded string. <b>Signature:</b> ```typescript static fromBytes(bytes: Uint8Array | number[]): Base32String; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | bytes | <code>Uint8Array &#124; number[]</code> | | <b>Returns:</b> `Base32String`