smartcrypto/dist_ts/index.d.ts
2021-02-20 17:51:30 +00:00

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