UNPKG

nitropack

Version:

Build and Deploy Universal JavaScript Servers

3 lines (2 loc) 181 B
import type { Cookie } from "@azure/functions"; export declare function getAzureParsedCookiesFromHeaders(headers: Record<string, number | string | string[] | undefined>): Cookie[];