Skip to main content
Module

x/oak/middleware.ts>isMiddlewareObject

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
function isMiddlewareObject
import { isMiddlewareObject } from "https://deno.land/x/oak@v12.5.0/middleware.ts";

A type guard that returns true if the value is MiddlewareObject.

Type Parameters

optional
S extends State = Record<string, any>
optional
T extends Context = Context<S>