Skip to content

otplib API Documentation / @otplib/plugin-base32-scure / base32

Variable: base32

const base32: Base32Plugin

Defined in: index.ts:76

Default singleton instance for convenience

Example

ts
import { base32 } from '@otplib/plugin-base32-scure';

const encoded = base32.encode(data);

Released under the MIT License.