UNPKG

rollup-plugin-chrome-extension

Version:

Build Chrome Extensions with this Rollup plugin.

6 lines (5 loc) 273 B
import { InputOptions } from 'rollup'; import { ManifestInputPluginCache } from '../plugin-options'; export declare function getInputManifestPath(options: InputOptions): Partial<Pick<ManifestInputPluginCache, 'inputAry' | 'inputObj'>> & { inputManifestPath: string; };