astro-ghostcms/.pnpm-store/v3/files/80/19e01eab38b630ef4dac92d85ca...

5 lines
316 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import { AstroCookies } from './cookies.js';
export declare function attachCookiesToResponse(response: Response, cookies: AstroCookies): void;
export declare function responseHasCookies(response: Response): boolean;
export declare function getSetCookiesFromResponse(response: Response): Generator<string, string[]>;