Home > @uniformdev/context > parseCookieScores
parseCookieScores() function
Signature:
declare function parseCookieScores(type: string | undefined): Record<string, string>;
Parameters
Parameter | Type | Description |
---|---|---|
type | string | undefined |
Returns:
Record<string, string>