@bella-defintech/uniswap-v3-simulator
Version:
the 'Tuner', a Uniswap V3 Simulator
5 lines (4 loc) • 306 B
TypeScript
export declare abstract class IdGenerator {
static guid: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number | undefined) => T) & ((options?: import("uuid").V4Options | undefined) => string);
static validate: (uuid: string) => boolean;
}