UNPKG

rollup-plugin-chrome-extension

Version:

Build Chrome Extensions with this Rollup plugin.

5 lines (4 loc) 184 B
/// <reference types="chrome" /> import Ajv from 'ajv'; export declare const ajv: Ajv; export declare function validateManifest<T extends chrome.runtime.ManifestBase>(manifest: T): T;