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

5 lines
316 B
Plaintext

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[]>;