UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

6 lines (4 loc) 187 B
import type { RedirectStatusCode } from 'hono/utils/http-status' export function isStatusRedirect(status: number): status is RedirectStatusCode { return status > 300 && status < 309 }