smartcrypto/ts/smartcrypto.plugins.ts
2019-10-01 19:28:50 +02:00

10 lines
189 B
TypeScript

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