Page MenuHomec4science

index.d.ts
No OneTemporary

File Metadata

Created
Sat, Jun 29, 04:12

index.d.ts

import { IWebpackCLI } from "webpack-cli";
declare class InfoCommand {
apply(cli: IWebpackCLI): Promise<void>;
}
export default InfoCommand;

Event Timeline