smartcrypto/ts/smartcrypto.plugins.ts

14 lines
193 B
TypeScript

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