UNPKG

mochapack

Version:
4 lines (3 loc) 225 B
import { CreateWebpackConfigOptions, MochapackWebpackConfigs } from './types'; declare const createWebpackConfig: (options: CreateWebpackConfigOptions) => Promise<MochapackWebpackConfigs>; export default createWebpackConfig;