smartcrypto/ts/smartcrypto.plugins.ts

14 lines
193 B
TypeScript
Raw Normal View History

// @pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
2019-10-01 12:11:20 +00:00
export {
smartpromise
};
// third party scope
import * as nodeForge from 'node-forge';
export {
nodeForge
};