UNPKG

@cimo/jsmvcfw

Version:

Javascript mvc framework. Light, fast and secure.

4 lines (3 loc) 256 B
import { Iroute } from "./JsMvcFwInterface"; export declare const route: (routeListValue: Iroute[]) => void; export declare const navigateTo: (urlNext: string, isSoft?: boolean, parameterObject?: Record<string, unknown>, parameterSearch?: string) => void;