UNPKG

228 BTypeScriptView Raw
1import { Plugin } from 'rollup';
2/**
3 * rollup-plugin-catch-unresolved
4 *
5 * Catch any unresolved imports to give proper warnings (Rollup default is to ignore).
6 */
7export declare function rollupPluginCatchUnresolved(): Plugin;