smartcrypto/ts/index.ts
2019-10-02 19:13:45 +02:00

11 lines
274 B
TypeScript

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