UNPKG

@rspack/cli

Version:
6 lines (5 loc) 193 B
import type { RspackCLI } from "../cli"; import type { RspackCommand } from "../types"; export declare class BuildCommand implements RspackCommand { apply(cli: RspackCLI): Promise<void>; }