UNPKG

@rollup-extras/plugin-clean

Version:
8 lines (7 loc) 198 B
import { Plugin } from 'rollup'; import { CleanPluginOptions } from './types'; export default function (options?: CleanPluginOptions): Plugin & { api: { addInstance(): Plugin; }; };