From bd94115cb76fc1a0dcd1ffaf1b2193ac88ee96ea Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 2 Oct 2019 19:13:45 +0200 Subject: [PATCH] fix(core): update --- ts/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ts/index.ts b/ts/index.ts index 26ff22e..c2f2dc7 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -2,3 +2,9 @@ export * from './smartcrypto.classes.smartcrypto'; export * from './smartcrypto.classes.keypair'; export * from './smartcrypto.classes.privatekey'; export * from './smartcrypto.classes.publickey'; + +import { nodeForge } from './smartcrypto.plugins'; + +export { + nodeForge +};