UNPKG

esinstall

Version:
8 lines (7 loc) 228 B
import { Plugin } from 'rollup'; /** * rollup-plugin-catch-unresolved * * Catch any unresolved imports to give proper warnings (Rollup default is to ignore). */ export declare function rollupPluginCatchUnresolved(): Plugin;