UNPKG

@methodus/server

Version:
6 lines (5 loc) 165 B
import { MethodType } from '../../index'; export declare class ExpressRouter { routers: any; constructor(obj: any, methodType: MethodType, app: any); }