UNPKG

@plugnet/util-crypto

Version:
3 lines (2 loc) 118 B
import { Prefix } from './types'; export default function encode(_key: Uint8Array | string, prefix?: Prefix): string;