UNPKG

jumbo-core

Version:

Modern lightweight fast enterprise level MVW framework for Node.js

14 lines (13 loc) 438 B
export declare class Url { private options; private request; constructor(request: Request); action(action: string, controller?: string, params?: any): Url; controller(controller: string): Url; subApp(subApp: string): Url; params(params: any): Url; locale(locale: any): Url; location(location: string): Url; getUrl(): string; } import { Request } from "jumbo-core/application/Request";