UNPKG

156 BTypeScriptView Raw
1export default class Compiler {
2 static compile(input_dir: string, build_dir: string, output_file: string): Promise<void>;
3 private static webpack;
4}