UNPKG
eth-typed-data
Version:
alpha (0.0.1)
latest (0.1.0-beta.0)
0.1.0-beta.0
0.0.1
A library to simplifiy interacting with and signing EIP712 typed data
eth-typed-data
/
.babelrc
5 lines
(4 loc)
•
170 B
Plain Text
View Raw
1
2
3
4
5
{
"presets"
: [
"
@babel
/env"
],
"plugins"
: [
"
@babel
/plugin-transform-runtime"
,
"
@babel
/plugin-proposal-object-rest-spread"
,
"
@babel
/plugin-proposal-class-properties"
] }