UNPKG

beesbuild

Version:

构建工具链

5 lines (4 loc) 262 B
import type { Plugin } from 'rollup'; import type { RollupJsonOptions } from '@rollup/plugin-json'; import type { BuildContext } from '../../types'; export declare function jsonPlugin(option?: RollupJsonOptions | boolean, ctx?: BuildContext): Plugin | Plugin[];