UNPKG

raviger

Version:

React routing with hooks

5 lines (4 loc) 150 B
declare let isNode: boolean; export { isNode }; export declare function getSsrPath(): string; export declare function setSsrPath(path: string): void;