smartcrypto/ts/smartcrypto.plugins.ts
2023-08-21 08:29:27 +02:00

10 lines
185 B
TypeScript

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