UNPKG
react-native-eth-typed-data
Version:
latest (0.1.0-beta.2)
0.1.0-beta.2
0.1.0-beta.1
0.1.0-beta.0
A library to simplifiy interacting with and signing EIP712 typed data
react-native-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"
] }