securityos/node_modules/@next/bundle-analyzer/index.d.ts

10 lines
237 B
TypeScript

import type { NextConfig } from 'next'
declare function NextBundleAnalyzer(options?: {
enabled?: boolean
openAnalyzer?: boolean
analyzerMode?: 'json' | 'static'
}): (config?: NextConfig) => NextConfig
export = NextBundleAnalyzer