Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "utils/cookies"

Index

Functions

hasCookieNameProperty

  • hasCookieNameProperty(value: any): value is Pick<Cookie, "name">

hasCookieRequiredProperties

  • hasCookieRequiredProperties(value: any): value is Pick<Cookie, "name" | "value">

Generated using TypeDoc