UNPKG

@digitalpersona/core

Version:
21 lines (12 loc) 505 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) ## Base32 class Set of converters to Base32. <b>Signature:</b> ```typescript export declare class Base32 ``` ## Methods | Method | Modifiers | Description | | --- | --- | --- | | [fromBytes(bytes)](./core.base32.frombytes.md) | <code>static</code> | Converts a byte array to a Base32-encoded string. |