UNPKG

@router-cli/react-router-dev

Version:

File based routing cli for react-router-dom.

10 lines (9 loc) 360 B
export declare const getConfig: (config?: string) => Promise<{ hiddenDirectories: string[]; source: string; output: string; sourceAlias?: string | undefined; type?: "browser" | "memory" | "hash" | undefined; formatter?: "prettier" | "eslint" | undefined; }>; export declare const doesConfigExist: (config?: string) => Promise<boolean>;