pathpida
Version:
TypeScript friendly pages and static path generator for Next.js
8 lines • 340 B
TypeScript
import type { Config } from './getConfig';
export declare const resetCache: () => void;
declare const _default: ({ input, staticDir, output, ignorePath, basepath, pageExtensions, appDir }: Config, mode?: "pages" | "static") => {
text: string;
filePath: string;
};
export default _default;
//# sourceMappingURL=buildTemplate.d.ts.map