UNPKG

web-ext-deploy

Version:

A tool for deploying WebExtensions to multiple stores.

3 lines 259 B
import { EdgeOptionsPublishApi } from "./edge-input.js"; export declare function deployToEdgePublishApi({ productId, clientId, apiKey, zip, verbose: isVerbose, devChangelog }: EdgeOptionsPublishApi): Promise<boolean>; //# sourceMappingURL=edge-deploy.d.ts.map