mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2025-02-23 19:35:50 +03:00
7 lines
226 B
TypeScript
7 lines
226 B
TypeScript
![]() |
/**
|
|||
|
* Проверяет корректность настроек ЭП на машине
|
|||
|
*
|
|||
|
* @returns флаг корректности настроек
|
|||
|
*/
|
|||
|
export declare const isValidSystemSetup: () => Promise<boolean>;
|