UNPKG

next

Version:

The React Framework

12 lines (11 loc) 397 B
import type webpack from 'webpack'; export type EdgeFunctionLoaderOptions = { absolutePagePath: string; page: string; rootDir: string; preferredRegion: string | string[] | undefined; middlewareConfig: string; cacheHandler?: string; }; declare const nextEdgeFunctionLoader: webpack.LoaderDefinitionFunction<EdgeFunctionLoaderOptions>; export default nextEdgeFunctionLoader;