pathpida
Version:
TypeScript friendly pages and static path generator for Next.js
7 lines • 362 B
TypeScript
import type { Slugs } from './parsePagesDir';
export declare const createMethods: (indent: string, importName: string | undefined, slugs: Slugs, pathname: string) => string;
export declare const parseAppDir: (input: string, output: string, ignorePath: string | undefined) => {
imports: string[];
text: string;
};
//# sourceMappingURL=parseAppDir.d.ts.map