Home > @uniformdev/context > encodeCookieType

encodeCookieType() function

Signature:

declare function encodeCookieType(type: Record<string, number>): Record<string, string>;

Parameters

ParameterTypeDescription
typeRecord<string, number>

Returns:

Record<string, string>