find-pages-dir.d.ts 201 B

12345
  1. export declare const existsSync: (f: string) => boolean;
  2. export declare function findPagesDir(dir: string, appDirEnabled?: boolean): {
  3. pages: string | undefined;
  4. appDir: string | undefined;
  5. };