UNPKG

ghost-progress-webpack-plugin

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