UNPKG

rollup-plugin-chrome-extension

Version:

Build Chrome Extensions with this Rollup plugin.

4 lines (3 loc) 189 B
import { Plugin } from 'rollup'; export declare type ValidateNamesPlugin = Pick<Required<Plugin>, 'name' | 'generateBundle'>; export declare const validateNames: () => ValidateNamesPlugin;