UNPKG

guess-webpack

Version:

Webpack plugins for the Machine Learning-driven bundler

3 lines (2 loc) 236 B
import { CompressedGraphMap, PrefetchConfig } from '../declarations'; export declare const initialize: (global: any, history: History, graph: number[][][], map: CompressedGraphMap, basePath: string, thresholds: PrefetchConfig) => void;