UNPKG

wext-manifest-transformer

Version:

Transformer that lets you specify `manifest.json` properties to appear only in specific browsers.

3 lines (2 loc) 228 B
import { BrowserType } from "./constants.js"; export declare const transformer: (manifest: Record<string, string> | string | number | unknown, selectedVendor: BrowserType, nodeEnv: "production" | "development" | string) => any;