UNPKG

@whatwg-node/cookie-store

Version:
7 lines (6 loc) 242 B
import { CookieChangeEventInit, CookieList } from './types.cjs'; export declare class CookieChangeEvent extends Event { changed: CookieList; deleted: CookieList; constructor(type: string, eventInitDict?: CookieChangeEventInit); }