UNPKG

crypto-pro-js-m

Version:

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

3 lines (2 loc) 173 B
export declare type SignType = 'CAdES BES' | 'CAdES-X Long Type 1' | 'CAdES T' | 'PKCS7'; export declare const getSignType: (cadesplugin: any, signType: SignType) => any;