UNPKG

108 BTypeScriptView Raw
1export declare function keygenAsync(argv: {
2 alias: string;
3 password: string;
4}): Promise<void>;