Function cookieStringfiy

  • Parameters

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

    Returns string