UNPKG

burdy

Version:

Open Source Headless Platform

6 lines (5 loc) 263 B
import webpack from 'webpack'; import { Express } from 'express'; declare const compilerRun: (compiler: webpack.Compiler) => Promise<unknown>; declare const attachWebpackMiddleware: (app: Express) => Promise<any>; export { compilerRun, attachWebpackMiddleware };