UNPKG

alapa

Version:

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

5 lines (4 loc) 396 B
export declare const url: (name: string, ...params: (string | number | import("../../interface/object").AnyObject)[]) => string; export declare const route: (name: string, ...params: (string | number | import("../../interface/object").AnyObject)[]) => string; import { IRouter } from "./interface/router"; export declare function adjustNameWithPrefix(prefix: string, ...routes: IRouter[]): void;