UNPKG

jsfast

Version:

Fastjs(jsfast) is a useful, lightweight JavaScript library for any types of project.

7 lines (6 loc) 126 B
export interface CookieOptions { expires?: number | Date; path?: string; domain?: string; secure?: boolean; }