UNPKG

mochapack

Version:
3 lines (2 loc) 156 B
import { Compiler, Stats } from 'webpack'; export default function registerReadyCallback(compiler: Compiler, cb: (err: Error, stats: Stats) => void): void;