import { isStatus } from "https://deno.land/x/oak_commons@0.13.0/status.ts";
A type guard that determines if the value is a valid StatusCode
.
Returns
status is StatusCode
x/oak_commons/status.ts>isStatus
import { isStatus } from "https://deno.land/x/oak_commons@0.13.0/status.ts";
A type guard that determines if the value is a valid StatusCode
.