import { isStatus } from "https://deno.land/std@0.220.0/http/mod.ts";
Returns whether the provided number is a valid HTTP status code.
Returns
status is StatusCode
import { isStatus } from "https://deno.land/std@0.220.0/http/mod.ts";
Returns whether the provided number is a valid HTTP status code.