UNPKG

@nx/rollup

Version:

The Nx Plugin for Rollup contains executors and generators that support building applications using Rollup.

5 lines 199 B
/** * Delete an output directory, but error out if it's the root of the project. */ export declare function deleteOutputDir(root: string, outputPath: string): void; //# sourceMappingURL=fs.d.ts.map