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 +};