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

7 lines
226 B
TypeScript
Executable File

/**
* Проверяет корректность настроек ЭП на машине
*
* @returns флаг корректности настроек
*/
export declare const isValidSystemSetup: () => Promise<boolean>;