UNPKG

@rollup-extras/plugin-clean

Version:
8 lines (7 loc) 193 B
export type CleanPluginOptions = { targets?: string | string[]; pluginName?: string; deleteOnce?: boolean; outputPlugin?: boolean; verbose?: boolean; } | string | string[];