UNPKG

nestjs-router

Version:
8 lines (7 loc) 310 B
import "reflect-metadata"; export default class NestRouter { static nestController(path: string, routes: object): any[]; static nestModule(path: string, routes: object): any[]; private static flattenRoutes(rootPath, routes, type); private static buildPath(rootPath, target, metaType); }