1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-12-16 23:58:54 +09:00
MisskeyIO/src/crypto_key.d.ts

3 lines
92 B
TypeScript

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