UNPKG

@riogz/router

Version:

A simple, lightweight, powerful, view-agnostic, modular and extensible router

8 lines (7 loc) 258 B
export declare const getSearch: (path: string) => string; export declare const isSerialisable: (val: any) => boolean; export interface IParsedName { hasBrackets: boolean; name: string; } export declare const parseName: (name: string) => IParsedName;