cookieStringfiy( cookieObj: Record<string, undefined | string | number | boolean>, options?: { onlyKeys?: (
string | RegExp)
[]; removeKeys?: (
string | RegExp)
[]; removeNil?: boolean; },): string Parameters
- cookieObj: Record<string, undefined | string | number | boolean>
- options: {
onlyKeys?: (string | RegExp)[];
removeKeys?: (string | RegExp)[];
removeNil?: boolean;
} = {}
Returns string