UNPKG

alapa

Version:

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

4 lines (3 loc) 221 B
import { AnyObject, StringObject } from "../../interface/object"; export declare const RoutesNames: StringObject; export declare const getRouteByName: (name: string, ...params: (string | number | AnyObject)[]) => string;