UNPKG

@nx/rollup

Version:

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

6 lines 218 B
import type { Plugin } from 'rollup'; export interface DeleteOutputOptions { dirs: string[]; } export declare function deleteOutput(options: DeleteOutputOptions): Plugin; //# sourceMappingURL=delete-output.d.ts.map