Functions
hasCookieNameProperty
- hasCookieNameProperty(value: any): value is Pick<Cookie, "name">
-
Parameters
Returns value is Pick<Cookie, "name">
hasCookieRequiredProperties
- hasCookieRequiredProperties(value: any): value is Pick<Cookie, "name" | "value">
-
Parameters
Returns value is Pick<Cookie, "name" | "value">
Returns
trueif the input has type{ name: string }.https://doc.deno.land/https/deno.land/std/http/mod.ts#Cookie