UNPKG

@bella-defintech/uniswap-v3-simulator

Version:

the 'Tuner', a Uniswap V3 Simulator

10 lines (9 loc) 266 B
"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;