Home > @uniformdev/context > parseCookieType

parseCookieType() function

Signature:

declare function parseCookieType(type: string | undefined): Record<string, string>;

Parameters

ParameterTypeDescription
typestring | undefined

Returns:

Record<string, string>