UNPKG

next

Version:

The React Framework

3 lines (2 loc) 179 B
import { FlightRouterState } from './types'; export declare function parseAndValidateFlightRouterState(stateHeader: string | string[] | undefined): FlightRouterState | undefined;