Initial boiler plate project
This commit is contained in:
5
node_modules/next/dist/build/webpack/loaders/next-flight-loader/index.d.ts
generated
vendored
Normal file
5
node_modules/next/dist/build/webpack/loaders/next-flight-loader/index.d.ts
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
import type { webpack } from 'next/dist/compiled/webpack/webpack';
|
||||
type SourceType = 'auto' | 'commonjs' | 'module';
|
||||
export declare function getAssumedSourceType(mod: webpack.Module, sourceType: SourceType): SourceType;
|
||||
export default function transformSource(this: any, source: string, sourceMap: any): void;
|
||||
export {};
|
||||
Reference in New Issue
Block a user