UNPKG

techor

Version:

Author technology like a top leader

7 lines (6 loc) 253 B
import type { Plugin } from 'rollup'; import { FilterPattern } from '@rollup/pluginutils'; export default function rawLoader(include?: FilterPattern, { exclude, resolve }?: { exclude?: FilterPattern; resolve?: string | false | null; }): Plugin;