UNPKG

@kameleoon/javascript-sdk-core

Version:
7 lines (6 loc) 323 B
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; }