Files
antrean-anjungan/examples/nuxt3-websocket-client/node_modules/nitropack/dist/runtime/internal/utils.azure.d.ts
T
2025-09-18 19:01:22 +07:00

3 lines
181 B
TypeScript

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