Skip to main content
Module

x/alosaur/mod.ts>App#use

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
method App.prototype.use
import { App } from "https://deno.land/x/alosaur@v0.37.0/mod.ts";

Parameters

route: RegExp
middleware: IMiddleware<TState>