UNPKG

rollup-plugin-chrome-extension

Version:

Build Chrome Extensions with this Rollup plugin.

4 lines (3 loc) 146 B
import { OutputBundle } from 'rollup'; import { Plugin } from 'rollup'; export declare const resolveFromBundle: (bundle: OutputBundle) => Plugin;