smartcrypto/ts/smartcrypto.plugins.ts
2022-10-24 07:06:13 +02:00

10 lines
184 B
TypeScript

// @pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
export { smartpromise };
// third party scope
import nodeForge from 'node-forge';
export { nodeForge };