one
Version:
One is a new React Framework that makes Vite serve both native and web.
4 lines • 299 B
TypeScript
import type { RedirectStatusCode } from 'hono/utils/http-status';
export type LocationRedirectStatusCode = Extract<RedirectStatusCode, 301 | 302 | 303 | 307 | 308>;
export declare function isStatusRedirect(status: number): status is LocationRedirectStatusCode;
//# sourceMappingURL=isStatus.d.ts.map