UNPKG
@bella-defintech/uniswap-v3-simulator
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
the 'Tuner', a Uniswap V3 Simulator
@bella-defintech/uniswap-v3-simulator
/
dist
/
util
/
IdGenerator.js
10 lines
(9 loc)
•
266 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
IdGenerator
=
void
0
;
const
uuid_1 =
require
(
"uuid"
);
class
IdGenerator
{ }
exports
.
IdGenerator
=
IdGenerator
;
IdGenerator
.
guid
= uuid_1.
v4
;
IdGenerator
.
validate
= uuid_1.
validate
;