crypto-pro-js/dist/helpers/getSignType.d.ts
Sergey Shehovcov a287a7af80 refactor
2024-07-05 10:22:56 +03:00

3 lines
171 B
TypeScript

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