added exports

This commit is contained in:
German Arutyunov 2021-03-23 15:32:35 +03:00
parent 419afe47e3
commit 4096e085a1

View File

@ -5,6 +5,8 @@ export * from './isValidSystemSetup';
export * from './createSignature';
export * from './createXMLSignature';
export * from './createDetachedSignature';
export * from './addDetachedSignature';
export * from './createAttachedSignature';
export * from './addAttachedSignature';
export * from './createHash';
export * from './certificate';