UNPKG
diffie-hellman-js
Version:
latest (2.1.0)
2.1.0
2.0.1
2.0.0
1.1.0
1.0.1
1.0.0
Javascript Diffie Hellman
github.com/hamraa/diffie-hellman-js
hamraa/diffie-hellman-js
diffie-hellman-js
/
babel.config.js
15 lines
•
232 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module
.
exports
= { plugins: [
'@babel/plugin-proposal-class-properties'
, ], presets: [ [
'@babel/preset-env'
, { targets: { node:
'current'
, }, }, ], ], };