UNPKG

@nx/rollup

Version:

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

6 lines (5 loc) 175 B
import type { Plugin } from 'rollup'; export interface DeleteOutputOptions { dirs: string[]; } export declare function deleteOutput(options: DeleteOutputOptions): Plugin;