UNPKG

beesbuild

Version:

构建工具链

4 lines (3 loc) 184 B
import type { Plugin } from 'rollup'; import type { BuildContext } from '../../types'; export declare const dynamicPlugin: (option?: boolean, ctx?: BuildContext) => Plugin | Plugin[];