smartcrypto/ts/index.ts
2021-02-20 17:52:21 +00:00

9 lines
272 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 };