mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2024-11-27 21:06:01 +03:00
7 lines
201 B
TypeScript
7 lines
201 B
TypeScript
/**
|
|
* Экспортирует сертификат в формате base64
|
|
*
|
|
* @returns сертификат в формате base64
|
|
*/
|
|
export declare const exportBase64: () => Promise<string>;
|