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