crypto-pro-js/dist/api/certificate/exportBase64.d.ts
2022-11-11 19:22:36 +03:00

7 lines
201 B
TypeScript
Executable File

/**
* Экспортирует сертификат в формате base64
*
* @returns сертификат в формате base64
*/
export declare const exportBase64: () => Promise<string>;