UNPKG

ghost-progress-webpack-plugin

Version:
3 lines (2 loc) 264 B
import { GhostProgressOptions } from '.'; export declare function createDetailed(options: GhostProgressOptions): (percentage: number, msg: string, moduleProgress?: string | undefined, activeModules?: string | undefined, moduleName?: string | undefined) => void;