UNPKG

rollup-plugin-chrome-extension

Version:

Build Chrome Extensions with this Rollup plugin.

6 lines (5 loc) 274 B
import 'array-flat-polyfill'; import { HtmlInputsOptions, HtmlInputsPluginCache, HtmlInputsPlugin } from '../plugin-options'; export default function htmlInputs(htmlInputsOptions: HtmlInputsOptions, /** Used for testing */ cache?: HtmlInputsPluginCache): HtmlInputsPlugin;