fix(core): update
This commit is contained in:
parent
72a696908a
commit
bd94115cb7
@ -2,3 +2,9 @@ export * from './smartcrypto.classes.smartcrypto';
|
|||||||
export * from './smartcrypto.classes.keypair';
|
export * from './smartcrypto.classes.keypair';
|
||||||
export * from './smartcrypto.classes.privatekey';
|
export * from './smartcrypto.classes.privatekey';
|
||||||
export * from './smartcrypto.classes.publickey';
|
export * from './smartcrypto.classes.publickey';
|
||||||
|
|
||||||
|
import { nodeForge } from './smartcrypto.plugins';
|
||||||
|
|
||||||
|
export {
|
||||||
|
nodeForge
|
||||||
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user