UNPKG

bear-react-router-hash

Version:

Hash Route + History Route Additional based for React Route v6

5 lines (4 loc) 293 B
export declare function invariant(cond: any, message: string): asserts cond; export declare function warning(cond: any, message: string): void; export declare function warningOnce(key: string, cond: boolean, message: string): void; export declare const joinPaths: (paths: string[]) => string;