First concept
This commit is contained in:
3
node_modules/next/dist/server/load-manifest.d.ts
generated
vendored
Normal file
3
node_modules/next/dist/server/load-manifest.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user