Kind: Function
Source: src/helper/cookie/index.ts
Part of: Helper
Signature
tsfunction deleteCookie(c: Context, name: string, opt: CookieOptions): string | undefined
Parameters
| Name | Type |
|---|---|
c | Context |
name | string |
opt | CookieOptions |
Returns: string | undefined
Was this page helpful?