UNPKG

lotus-sdk

Version:

Central repository for several classes of tools for integrating with, and building for, the Lotusia ecosystem

5 lines 156 B
export declare class Base32 { static encode(data: number[]): string; static decode(base32: string): number[]; } //# sourceMappingURL=base32.d.ts.map