1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-14 06:38:28 +09:00
cherrypick/src/crypto_key.d.ts

3 lines
92 B
TypeScript

export function extractPublic(keypair: string): string;
export function generate(): string;