Variable queryStringToObjectCoderConst
queryStringToObjectCoder: {
decode: (value: string) => Record<string, string>;
encode: (value: Record<string, string>) => string;
} = ...
Type Declaration
decode: (value: string) => Record<string, string>
encode: (value: Record<string, string>) => string