UNPKG

357 BTypeScriptView Raw
1import * as Types from "@patternplate/types";
2import * as webpack from "webpack";
3export interface CompilerOptions {
4 cwd: string;
5 config: Types.PatternplateConfig;
6 target: Types.CompileTarget;
7}
8export declare function compiler(options: CompilerOptions): Promise<webpack.Compiler>;
9export default compiler;
10//# sourceMappingURL=compiler.d.ts.map
\No newline at end of file