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
/
lib
/
primitives.test.js
7 lines
(4 loc)
•
201 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
var
_interopRequireWildcard =
require
(
"@babel/runtime/helpers/interopRequireWildcard"
);
var
primitives =
_interopRequireWildcard
(
require
(
"./primitives"
));
describe
(
''
,
function
(
) {});