UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

6 lines (5 loc) 200 B
import { IRouter } from "../../interface/router"; export declare class ControllerRoutes { private methodStructure; static make: (path: string, controllerClass: any, route: IRouter) => void; }