Home > @uniformdev/context > parseScoreCookie
parseScoreCookie() function
Signature:
declare function parseScoreCookie(cookieValue: string | undefined, quirkCookieValue?: string): Partial<VisitorData> | undefined;
Parameters
Parameter | Type | Description |
---|---|---|
cookieValue | string | undefined | |
quirkCookieValue | string | (Optional) |
Returns:
Partial<VisitorData> | undefined