3 lines
156 B
Plaintext
3 lines
156 B
Plaintext
import { type RedirectError } from './redirect';
|
|
export declare function getRedirectStatusCodeFromError<U extends string>(error: RedirectError<U>): number;
|