UNPKG

crypto-pro-js-m

Version:

Асинхронный JavaScript API для работы с КриптоПРО ЭЦП Browser Plug-In. Forked from https://github.com/crypto-pro-web/crypto-pro-js

11 lines (10 loc) 293 B
export interface SystemInfo { cadesVersion: string; cspVersion: string; } /** * Предоставляет информацию о системе * * @returns информацию о CSP и плагине */ export declare const getSystemInfo: () => Promise<SystemInfo>;