UNPKG

guess-webpack

Version:

Webpack plugins for the Machine Learning-driven bundler

10 lines (9 loc) 290 B
import { RoutingModule, Period, Graph } from '../../common/interfaces'; export interface Config { jwt?: any; viewId: string; routes: RoutingModule[]; formatter?: (path: string) => string; period?: Period; } export declare const getReport: (c: Config) => Promise<Graph>;