Skip to main content
Module

x/dinar/lib/decorators/Middleware.ts

deno web framewrok maybe :<
Latest
File
import { Constructor } from "../@types/types.ts";
export function Middleware() { return (target: Constructor) => {};}