crypto-pro-js/dist/api/isValidSystemSetup.d.ts

7 lines
226 B
TypeScript
Raw Permalink Normal View History

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