Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
11
node_modules/next/dist/build/webpack/loaders/next-metadata-route-loader.d.ts
generated
vendored
Normal file
11
node_modules/next/dist/build/webpack/loaders/next-metadata-route-loader.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import type webpack from 'webpack';
|
||||
export type MetadataRouteLoaderOptions = {
|
||||
filePath: string;
|
||||
isDynamicRouteExtension: '1' | '0';
|
||||
};
|
||||
export declare function getFilenameAndExtension(resourcePath: string): {
|
||||
name: string;
|
||||
ext: string;
|
||||
};
|
||||
declare const nextMetadataRouterLoader: webpack.LoaderDefinitionFunction<MetadataRouteLoaderOptions>;
|
||||
export default nextMetadataRouterLoader;
|
||||
Loading…
Add table
Add a link
Reference in a new issue