UNPKG

@t2ee/cookieman

Version:
11 lines (10 loc) 188 B
export default class Cookie { key: string; expires: Date; path: string; domain: string; secure: boolean; httpOnly: boolean; clear(): void; data?: Object; }