import { oak } from "https://deno.land/x/hex@0.5.15/src/service/deps.ts";
const { isRedirectStatus } = oak;
Determines if a HTTP Status
is a RedirectStatus
(3XX).
Parameters
value: Status
Returns
value is RedirectStatus
import { oak } from "https://deno.land/x/hex@0.5.15/src/service/deps.ts";
const { isRedirectStatus } = oak;
Determines if a HTTP Status
is a RedirectStatus
(3XX).