From 4096e085a19caacceac762bba2e9cf30d91bdf64 Mon Sep 17 00:00:00 2001 From: German Arutyunov Date: Tue, 23 Mar 2021 15:32:35 +0300 Subject: [PATCH] added exports --- src/api/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/api/index.ts b/src/api/index.ts index a614dc7..e428ff6 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -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';