UNPKG

crypto-pro-js

Version:

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

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