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