UNPKG

ts-nkeys

Version:

A public-key signature system based on Ed25519 for the NATS ecosystem in typescript for ts-nats and node-nats

7 lines (6 loc) 172 B
/// <reference types="node" /> export declare class base32 { static alphabet: string; static encode(src: Buffer): Buffer; static decode(src: Buffer): Buffer; }