UNPKG

next-bundle-analyzer

Version:
3 lines (2 loc) 227 B
import type { InternalOptions, Options } from '../interfaces/Options'; export declare function getInternalOptions({ clientOnly, enabled, format, html, json, reportDir, reportFilename, }?: Options | undefined): InternalOptions;