elearning/Frontend-Learner/node_modules/nitropack/dist/runtime/internal/utils.azure.d.ts

3 lines
181 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
import type { Cookie } from "@azure/functions";
export declare function getAzureParsedCookiesFromHeaders(headers: Record<string, number | string | string[] | undefined>): Cookie[];