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