UNPKG

@rollup-extras/plugin-copy

Version:
4 lines (3 loc) 140 B
import { Plugin } from 'rollup'; import { CopyPluginOptions } from './types'; export default function (options: CopyPluginOptions): Plugin;