Files
nodeMap/node_modules/next/dist/server/load-manifest.d.ts

4 lines
235 B
TypeScript

export declare function loadManifest(path: string, shouldCache?: boolean): unknown;
export declare function evalManifest(path: string, shouldCache?: boolean): unknown;
export declare function clearManifestCache(path: string): boolean;