smartcrypto/ts/smartcrypto.plugins.ts

10 lines
185 B
TypeScript
Raw Permalink Normal View History

// @pushrocks scope
2023-08-21 06:29:27 +00:00
import * as smartpromise from '@push.rocks/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 };