UNPKG

beesbuild

Version:

构建工具链

8 lines (7 loc) 263 B
import type { FilterPattern } from '@rollup/pluginutils'; import type { Plugin } from 'rollup'; export interface RawLoaderOptions { include?: FilterPattern; exclude?: FilterPattern; } export declare function rawPlugin(options?: RawLoaderOptions): Plugin;