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