UNPKG

beesbuild

Version:

构建工具链

5 lines (4 loc) 174 B
import type { BuildContext } from '../../types'; import type { Plugin } from 'rollup'; declare const _default: (ctx: BuildContext) => Plugin<any>[]; export default _default;