UNPKG

webpack-chunk-report-plugin

Version:

Webpack Chunk Report Plugin

3 lines (2 loc) 152 B
import type { DisableTreeShaking } from "./types"; export declare const isTargetChunk: (name: string, test: DisableTreeShaking | undefined) => boolean;