UNPKG

rollup-plugin-ignore-import

Version:
11 lines (8 loc) 320 B
import { Plugin } from 'rollup'; export interface noopImportOptions { body?: string; exclude?: Array<string | RegExp> | string | RegExp | null extensions?: Array<string> include?: Array<string | RegExp> | string | RegExp | null } export default function noopImport(options: noopImportOptions): Plugin;