UNPKG

extension-develop

Version:
7 lines (6 loc) 204 B
import { type Compiler } from '@rspack/core'; export declare class AddDependencies { private readonly dependencyList; constructor(dependencyList: string[]); apply(compiler: Compiler): void; }