smartcrypto/ts/smartcrypto.plugins.ts

10 lines
184 B
TypeScript
Raw Normal View History

// @pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
2019-10-01 17:28:50 +00:00
export { smartpromise };
// third party scope
2022-10-24 05:06:13 +00:00
import nodeForge from 'node-forge';
2019-10-01 17:28:50 +00:00
export { nodeForge };