import { isInformationalStatus } from "https://deno.land/x/netzo@0.5.14/deps/std/http/status.ts";
A type guard that determines if the status code is informational.
Returns
status is InformationalStatus
x/netzo/deps/std/http/status.ts>isInformationalStatus
import { isInformationalStatus } from "https://deno.land/x/netzo@0.5.14/deps/std/http/status.ts";
A type guard that determines if the status code is informational.