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