UNPKG

page-with

Version:

A library for usage example-driven in-browser testing of your own libraries.

3 lines (2 loc) 117 B
import { Compiler, Stats } from 'webpack'; export declare function asyncCompile(compiler: Compiler): Promise<Stats>;