UNPKG

gatsby

Version:
8 lines (7 loc) 207 B
import { Compiler } from "webpack"; export declare class GatsbyWebpackStatsExtractor { private plugin; private publicPath; constructor(publicPath: string); apply(compiler: Compiler): void; }