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

11 lines
364 B
TypeScript
Raw Permalink Normal View History

export * from './getCertificate';
export * from './getUserCertificates';
export * from './getSystemInfo';
export * from './isValidSystemSetup';
export * from './createSignature';
2021-02-04 07:45:48 +03:00
export * from './createXMLSignature';
export * from './createDetachedSignature';
export * from './createAttachedSignature';
export * from './createHash';
export * from './certificate';