@kameleoon/javascript-sdk-core
Version:
Kameleoon JS SDK Core
7 lines (6 loc) • 323 B
TypeScript
import { GetHashDoubleParamsType } from './types';
export declare class Hasher {
static getHashDoubleForMEGroup(visitorIdentifier: string, meGroupName: string): number;
static getHashDouble({ visitorIdentifier, id, respoolTime, }: GetHashDoubleParamsType): number;
static calculateHash(seed: string): number;
}