Files
scrap/node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.d.ts
2024-09-24 03:52:46 +00:00

3 lines
184 B
TypeScript

import type { FlightRouterState } from './types';
export declare function parseAndValidateFlightRouterState(stateHeader: string | string[] | undefined): FlightRouterState | undefined;