Page MenuHomec4science

build.d.ts
No OneTemporary

File Metadata

Created
Mon, Feb 10, 20:03

build.d.ts

import webpack from 'webpack';
import * as Rsg from '../typings';
export default function build(config: Rsg.SanitizedStyleguidistConfig, callback: (err: Error, stats: webpack.Stats) => void): webpack.Compiler;

Event Timeline